wotb
is a Rust crate making Web of Trust computations for the Duniter project.
To use it from JavaScript, see wotb-ffi-js
package. [not done yet]
wotb
is a Rust package, so it must be compiled with a Rust toolchain (available here).
Then open a terminal and type :
cargo build --release
To run unit tests :
cargo test
To generate documentation :
cargo doc --no-deps