Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 875 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 875 Bytes

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.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.