blockify 0.0.9

A general purpose blockchain library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# BLOCKIFY


[![Rayon crate](https://img.shields.io/crates/v/blockify.svg)](https://crates.io/crates/blockify)
[![Rayon documentation](https://docs.rs/blockify/badge.svg)](https://docs.rs/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**