Supported on the following platforms:
- Linux 64-bit
- Windows 64-bit
- NodeJS (https://nodejs.org/) v6/8/10
- Boost (http://www.boost.org/)
sudo apt-get install libboost-all-dev
git clone https://github.com/turtlecoin/node-cryptonote-util
cd node-cryptonote-util
npm install && npm test
Read very carefully if you want this to work right the first time.
- Open a Windows Powershell console as Administrator
- Run the command:
npm install -g windows-build-tools --vs2015
This will take a while. Sit tight.
Once the prerequisites are complete, proceed with the following:
cd <your node-cryptonote-util directory>
npm install && npm test