README
wotb is a Node.js addon written in C++ making Web-of-Trust computations for Duniter project.
Test it
git clone https://github.com/duniter/wotb.git
cd wotb
npm install
npm test
Usage:
See test.js
C binding for Web of Trust fast tools
<script type="module">
import wotb from 'https://cdn.skypack.dev/wotb';
</script>
wotb is a Node.js addon written in C++ making Web-of-Trust computations for Duniter project.
git clone https://github.com/duniter/wotb.git
cd wotb
npm install
npm test
See test.js