Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/anova
A distributed ledger with a focus on privacy, safety and scalability
https://github.com/pmuens/anova
bft bft-protocols consensus consensus-algorithm distributed-ledger distributed-systems dlt
Last synced: 20 days ago
JSON representation
A distributed ledger with a focus on privacy, safety and scalability
- Host: GitHub
- URL: https://github.com/pmuens/anova
- Owner: pmuens
- License: apache-2.0
- Created: 2021-01-07T14:40:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T06:05:57.000Z (almost 4 years ago)
- Last Synced: 2024-09-17T01:07:14.855Z (about 2 months ago)
- Topics: bft, bft-protocols, consensus, consensus-algorithm, distributed-ledger, distributed-systems, dlt
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anova
## Useful Commands
```sh
cargo buildcargo check
cargo clean
cargo doc [--open]
cargo test [--lib]
```