#trust #duniter #wot

dubp-wot

Makes Web of Trust computations for the Duniter project

5 unstable releases

0.11.1 Aug 12, 2022
0.11.0 Apr 27, 2020
0.10.1 Mar 30, 2020
0.10.0 Mar 30, 2020
0.9.0 Mar 29, 2020

#1 in #duniter

Download history 186/week @ 2024-02-07 104/week @ 2024-02-14 78/week @ 2024-02-21 86/week @ 2024-02-28 160/week @ 2024-03-06 71/week @ 2024-03-13 81/week @ 2024-03-20 10/week @ 2024-03-27 26/week @ 2024-04-03 2/week @ 2024-04-24 11/week @ 2024-05-01 95/week @ 2024-05-08 65/week @ 2024-05-15 42/week @ 2024-05-22

213 downloads per month

AGPL-3.0

59KB
1K SLoC

wot

dubp-wot is a crate making "Web of Trust" computations for the Duniter project.

How to use it

You can add dubp-wot as a cargo dependency in your Rust project.


lib.rs:

wot is a crate making "Web of Trust" computations for the Duniter project.

It defines a trait representing a Web of Trust and allow to do calculations on it.

It also contains an "legacy" implementation translated from the original C++ code.

Web of Trust tests are translated from duniter/wot Javascript test.

Dependencies

~2.1–3MB
~64K SLoC