ignite

Build, launch, and maintain crypto applications with ease

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 application$ ignite scaffold chain my-blockchain
Generate CRUD operations for a blockchain module$ ignite scaffold module posts --crud createPost,readPost,updatePost,deletePost
Start a local blockchain development server$ ignite chain serve