Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 912 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 912 Bytes

image

Node-Cryptonote-Util

Supported on the following platforms:

  • Linux 64-bit
  • Windows 64-bit

Dependencies

Installation Instructions

*Nix

sudo apt-get install libboost-all-dev
git clone https://github.com/plenteum/node-cryptonote-util
cd node-cryptonote-util
npm install && npm test

Windows

Prerequisite

Read very carefully if you want this to work right the first time.

  1. Open a Windows Powershell console as Administrator
  2. 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