A command-line tool for rapid deployment of Madara app chains.
There are a few dependencies that need to be installed to smoothly use madara-cli
.
- Clone repo:
git clone https://github.com/karnotxyz/madara-cli
- Build repo:
cd madara-cli
cargo build --release
- Initialize a new app chain. Please fund the DA account (if applicable):
./target/release/madara init
- Run your app chain:
./target/release/madara run
- Optionally, explore the StarkCompass explorer. Accessible at http://localhost:4000.
./target/release/madara explorer
Congratulations! You now have a custom madara app running.