duniteroxyde

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

Usage no npm install needed!

<script type="module">
  import duniteroxyde from 'https://cdn.skypack.dev/duniteroxyde';
</script>

README

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, yarn, 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:

yarn

 Test

Run the following command at the root of the repository:

yarn test