disaronno

Crates.iodisaronno
lib.rsdisaronno
version0.1.5
sourcesrc
created_at2022-05-26 19:04:40.809138
updated_at2022-06-12 19:08:15.666247
descriptionDisaronno is a blockchain framework designed to support the Scattered-Systems Ecosystem
homepage
repositoryhttps://github.com/scattered-systems/disaronno.git
max_upload_size
id594320
size13,154
Joe McCain III (FL03)

documentation

README

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

Commit count: 0

cargo fmt