Skip to content

AIBlockOfficial/Chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Two Way Chain

Pipeline Status Cargo Crates Version

The blockchain that powers the AIBlock tech stack

Official documentation »

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

..

Getting Started

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

..

Use

Blockchain can be added to your project as a dependency by adding the following to your Cargo.toml file:

[dependencies]
tw_chain = "1.0.2"

Or alternatively, via command line:

cargo add tw_chain