#blockchain #scsys #devtool #toolkit

disaronno

Disaronno is a blockchain framework designed to support the Scattered-Systems Ecosystem

5 releases

0.1.5 Jun 12, 2022
0.1.4 Jun 12, 2022
0.1.3 May 30, 2022

#5 in #devtool

23 downloads per month

MIT license

13KB
212 lines

Disaronno

Disaronno is designed to be a highly modular blockchain framework designed for the Scattered-Systems ecosystem. This project was inspired by Ignite and Substrate, which respectively serve as the foundation for two of the leading multi-chains, Cosmos and Polkadot.

Getting Started

Quickstart

Repository

git clone https://github.com/scattered-systems/disarono.git
cargo build --workspace
cargo test --package disaronno

Workspace

Typically, all repositories will use a standard workspace to reduce the overall complexity of the individual systems.

Project Structure

~/project
    .github
        workflows
    artifacts
        docker
            data
    code
        crates
    config
    deploy
        kube
        docker-compose.yml
    .env
    .gitignore
    Cargo.toml
    LICENSE
    README.md

Resources

External

Internal

Dependencies

~18–34MB
~565K SLoC