facundomedica / oraclis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini - A minimal Cosmos SDK chain

This repository contains an example of a tiny, but working Cosmos SDK chain. It uses the least modules possible and is intended to be used as a starting point for building your own chain, without all the boilerplate that other tools generate. It is a simpler version of Cosmos SDK's simapp.

Minid uses the latest version of the Cosmos-SDK.

Learn

Work in progress

Every bit of logic in this repository is commented in order to explain what it does and why do we add this. Every folder contains a README.md file with a short description of the folder.

How to use

In addition to learn how to build a chain thanks to minid, you can as well directly run minid.

Installation

Install and run minid:

git clone git@github.com:julienrbrt/chain-minimal.git
cd chain-minimal
make install # install the minid binary
make init # initialize the chain
minid start # start the chain

Useful links

About

License:Apache License 2.0


Languages

Language:Go 91.4%Language:Makefile 5.3%Language:Shell 3.3%