Skip to content

Basic cosmos-sdk app with web assembly smart contracts, ignite-compatible for module development

License

Notifications You must be signed in to change notification settings

noria-net/chain-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noria Chain Boilerplate

Overview

This is a cosmos-sdk chain boilerplate for creating custom modules. It is a fork from CosmWasm/wasmd that has been upgraded to be compatible with ignite.

Wasm

The boilerplate is compatible with the CosmWasm smart contracts. Wasmd sync'd commit: fc45b6d53136b20e0fb77643f2314d7f3d108e11.

Ignite

Current ignite compatible version: 0.26.1-dev

Ignite version:

Ignite CLI version:             v0.26.1-dev
Ignite CLI build date:          2023-05-10T16:49:12Z
Ignite CLI source hash:         0cb89939d71f366a3e8a038e16015416de736ad6
Ignite CLI config version:      v1
Cosmos SDK version:             v0.47.2

Usage

Clone this repo:

git clone https://github.com/noria-net/chain-boilerplate

Reinitialize the git repo:

rm -rf .git
git init

Add your custom module:

ignite scaffold module <module-name>

Run your chain:

ignite chain serve

About

Basic cosmos-sdk app with web assembly smart contracts, ignite-compatible for module development

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 80.8%
  • Shell 11.8%
  • Makefile 5.3%
  • Dockerfile 2.1%