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 |
#9 in #dbc
33 downloads per month
Used in 5 crates
(2 directly)
95KB
1.5K
SLoC
sn_dbc
Safe Network Dbcs
Crate | Documentation | CI | Safe Rust |
---|---|---|---|
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:
- blsttc - BLS keys
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
~6MB
~181K SLoC