Skip to content

Latest commit

 

History

History
 
 

hellochain

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HelloChain

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

"Greetings Cosmonauts"

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.

Ready? Start Here

Requirements

  • Golang >1.13.0 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.