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.
git clone https://github.com/scattered-systems/disarono.git
cargo build --workspace
cargo test --package disaronno
Typically, all repositories will use a standard workspace to reduce the overall complexity of the individual systems.
~/project
.github
workflows
artifacts
docker
data
code
crates
config
deploy
kube
docker-compose.yml
.env
.gitignore
Cargo.toml
LICENSE
README.md