77 stable releases (19 major)

20.0.0 Sep 12, 2023
19.1.1 Jul 3, 2023
19.1.0 Jun 20, 2023
18.1.0 May 31, 2023
1.7.0 Jun 24, 2021

#135 in Cryptography

Download history 5/week @ 2023-12-20 13/week @ 2023-12-27 10/week @ 2024-01-17 1/week @ 2024-01-24 3/week @ 2024-01-31 29/week @ 2024-02-07 46/week @ 2024-02-14 61/week @ 2024-02-21 126/week @ 2024-02-28 55/week @ 2024-03-06 601/week @ 2024-03-13 81/week @ 2024-03-20 47/week @ 2024-03-27

791 downloads per month
Used in 5 crates (2 directly)

MIT OR BSD-3-Clause

95KB
1.5K SLoC

sn_dbc

Safe Network Dbcs

Crate Documentation CI Safe Rust
Documentation unsafe forbidden
MaidSafe website SAFE Dev Forum SAFE Network Forum

About

This crate provides a library and API for working with Digital Bearer Certificates (DBC) on the Safe Network.

Safe Network Dbcs are envisioned to be a private and fungible digital currency that utilize a distributed (and sharded) spentbook of spends rather than a blockchain.

Some key properties of these Dbcs:

  • Distributed spentbook means that it is not necessary to trust in a single entity.
  • Sharded spentbook means that the system scales indefinitely.
  • Transactions are settled immmediately.
  • Privacy by default. all transactions use privacy features.
  • Utilizes a one-time key for each payment (aka stealth address).
  • Uses BLS cryptography.

Multi-sig is a concern of the user of this library.

Some writeups about the technology can be found at:

https://safenetforum.org/t/safenetwork-dbc-technical-series

Building

$ git clone https://github.com/maidsafe/sn_dbc.git
$ cd sn_dbc
$ cargo build

Running

spentbook example

A spentbook example is provided which enables interacting with a mock spentbook and wallet.

$ cd sn_dbc
$ cargo run --example spentbook

Additional examples can be found in a separate crate:

https://github.com/maidsafe/sn_dbc_examples

benchmark(s)

$ cd sn_dbc
$ cargo bench

tests

$ cd sn_dbc
$ cargo test

Key dependencies:

This crate depends most heavily on:

License

This SAFE Network library is dual-licensed under the Modified BSD (LICENSE-BSD https://opensource.org/licenses/BSD-3-Clause) or the MIT license (LICENSE-MIT https://opensource.org/licenses/MIT) at your option.

Contributing

Want to contribute? Great 🎉

There are many ways to give back to the project, whether it be writing new code, fixing bugs, or just reporting errors. All forms of contributions are encouraged!

For instructions on how to contribute, see our Guide to contributing.

Dependencies

~5MB
~160K SLoC