Crates.io | tw_chain |
lib.rs | tw_chain |
version | 1.1.3 |
source | src |
created_at | 2024-02-29 09:50:04.375587 |
updated_at | 2024-06-06 08:46:14.384241 |
description | AIBlock Chain is a distributed blockchain store with a 2-way entry data structure. |
homepage | https://aiblock.dev |
repository | https://github.com/AIBlockOfficial/Chain |
max_upload_size | |
id | 1157611 |
size | 9,063,306 |
The Chain repo contains all the code needed to set up and interact with a local instance of the AIBlock chain.
简体中文 | Español | عربي | Deutsch | Français
..
Running Chain assumes you have Rust installed and are using a Unix system. You can clone this repo and run the Makefile
to set everything up for a development environment:
make
cargo build
cargo test
..
Blockchain can be added to your project as a dependency by adding the following to your Cargo.toml
file:
[dependencies]
tw_chain = "1.1.2"
Or alternatively, via command line:
cargo add tw_chain