9 releases
0.0.9 | May 31, 2023 |
---|---|
0.0.8 | May 21, 2023 |
0.0.4 | Apr 27, 2023 |
#61 in #building-block
73KB
1.5K
SLoC
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
, blockchain operations
, and cryptographic operations
.
CONTRIBUTING
All forms of contributions are gladly welcome.
DEPENDENCIES
LICENSE
MIT
lib.rs
:
Blockify
A Rust blockchain library that provides the building blocks for creating a full-
fledged blockchain application or any application that needs certain blockchain features,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
.
This library provides concise API for:
- hashing
- signing
- signature verification
- creating a
SignedRecord
- building a block
- appending a block to a blockchain
- Managing
Units
orCurrency
- Creating and deploying smart contracts
- Creating and managing consensus mechanisms
- Dealing with
Records
,Blocks
, andChains
.
Dependencies
~36MB
~767K SLoC