#blockchain #distributed #store #ledger #dde #data-structures

tw_chain

AIBlock Chain is a distributed blockchain store with a 2-way entry data structure

11 stable releases

new 1.1.2 May 13, 2024
1.1.1 Apr 26, 2024
1.0.1 Mar 13, 2024
1.0.0 Feb 29, 2024

#2371 in Magic Beans

Download history 131/week @ 2024-02-28 8/week @ 2024-03-06 145/week @ 2024-03-13 5/week @ 2024-03-20 115/week @ 2024-03-27 183/week @ 2024-04-03 621/week @ 2024-04-10 155/week @ 2024-04-17 268/week @ 2024-04-24 30/week @ 2024-05-01 149/week @ 2024-05-08

782 downloads per month

GPL-3.0 license

9MB
7.5K SLoC


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.1.2"

Or alternatively, via command line:

cargo add tw_chain

Dependencies

~14–30MB
~520K SLoC