BLOCKIFY
A Rust blockchain library that provides the building blocks for creating a full-fledged blockchain application or platform, allowing you to focus on the higher-level features of your application without worrying about the low-level details of block validation
, data serialization
, and cryptographic operations
.
NOT YET READY FOR DOWNLOADS
FEATURES
CONTRIBUTING
All forms of contributions are gladly welcome
DEPENDENCIES
- bincode = "1.3.3"
- chrono = "0.4.23"
- ed25519-dalek = "1.0.1"
- hex = "0.4.3"
- rand = "0.7.3"
- ring = "0.16.20"
- serde = { version = "1.0.152", features = ["derive"] }
- serde_json = "1.0.93"
- sha2 = "0.10.6"
- thiserror = "1.0.39"
- tokio = "1.26.0"
- untrusted = "0.9.0"
- recordderive = { path = "src/macros/recordderive", version = "0.1.0" }
LICENSE
MIT