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