hschoenburg / hellochain

Hello World tutorial for the Cosmos SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloChain

A "hello world" blockchain built with the Cosmos-SDK

Ready? Start Here

Hellochain is a short and simple introduction to building application-specific blockchains with Cosmos. This repo contains both the tutorial walkthough and a working version of the code.

The first half "Simple App" assembles a super basic blockchain and the second half, "Custom Module" implements some custom application functionality on top of the chain. To get the full overview of what building with the Cosmos SDK involves, complete both sections.

Requirements

  • Golang >1.12.1 installed
  • A working $GOPATH
  • Desire to create your own blockchain!

**If you are looking for a more involved tutorial, go ahead and start with the nameservice tutorial.

About

Hello World tutorial for the Cosmos SDK


Languages

Language:Go 94.5%Language:JavaScript 4.1%Language:Makefile 1.1%Language:CSS 0.3%