blockify 0.0.1

General Purpose Blockchain library
Documentation

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 project 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
  • chrono
  • ed25519-dalek
  • hex
  • rand
  • ring
  • serde
  • serde_json
  • sha2
  • tokio

LICENSE

MIT