Skip to content
Snippets Groups Projects
cgeek's avatar
fix #1433: upgrade dubp-wot to 0.11.1
Cédric Moreau authored
e390275c
History
Name Last commit Last update
..
lib
native
README.md
build.sh

Duniteroxyde

duniteroxyde is a binding for Duniter of the dubp-rs-libs libraries, a set of libraries to implement the DUBP protocol.

How to set up your development environment (or to compile manually)

Requirements

You'll need nvm and rust:

Once these tools are installed, use nvm to install node 10:

nvm install 10

Finally, before each work session on Duniteroxide, select Node 10:

nvm use 10

Compile

WARNING: It takes a long time and consumes high cpu !

Run the following command at the root of the repository:

npm install

### Test

Run the following command at the root of the repository:

npm test