5 releases
| 0.1.5 | Jun 12, 2022 |
|---|---|
| 0.1.4 | Jun 12, 2022 |
| 0.1.3 | May 30, 2022 |
#39 in #scsys
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
~20–39MB
~587K SLoC