Skip to content

0xMadeInHeaven/karnot-cli

 
 

Repository files navigation

Karnot CLI

A command-line tool for rapid deployment of Madara app chains.

Dependencies

There are a few dependencies that need to be installed to smoothly use madara-cli.

Installing dependencies

Quick Start

  • 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
./target/release/madara explorer

Congratulations! You now have a custom madara app running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%