ignite

Build and deploy blockchain applications with scaffolding and CLI tools

brewmacoslinux
Try with needOr install directly
Source

About

Build, launch, and maintain any crypto application with Ignite CLI

Commands

ignite

Examples

create a new blockchain project from scratch$ ignite scaffold chain myblockchain
add a new module to an existing blockchain$ ignite scaffold module mymodule
generate code for a new message type in blockchain$ ignite scaffold message SendToken amount:uint recipient:string
start a local blockchain development server$ ignite chain serve
build and release a blockchain binary for distribution$ ignite chain build