Categorygithub.com/noria-net/chain-boilerplate
module
0.0.0-20230608211156-440cff165865
Repository: https://github.com/noria-net/chain-boilerplate.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author