onyx-node
- Contact Diamond Fortress Technologies, Inc. for licensing information.
Node.js 10.x bindings for onyx-core SDK
Server setup
Ubuntu 14.04 LTS only
###Install IDKit
dpkg -i idkit_2.72ubuntu1_amd64.deb
###Install ONYX dependencies
cd onyx-node/bin
./install-deps.sh
Get the IDKit HWID:
/usr/local/share/IDKit_PC_SDK/bin/gethwid
Send DFT the output of this, and they will send you a license to install.
Install License
sudo /usr/local/share/IDKit_PC_SDK/bin/linux_license_manager -d ~/path/to/your/iengine-license.lic 2
####Check that the license was correctly installed
sudo /usr/local/share/IDKit_PC_SDK/bin/linux_license_manager -l
Installation
npm install onyx-node --save