hellochain

package module
v0.0.0-...-79a0367 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

README


order: false

HelloChain

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

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.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ModuleBasics holds the AppModuleBasic struct of all modules included in the app
	ModuleBasics = starter.ModuleBasics
)

Functions

func NewHelloChainApp

func NewHelloChainApp(logger log.Logger, db dbm.DB) abci.Application

NewHelloChainApp returns a fully constructed SDK application

Types

This section is empty.

Directories

Path Synopsis
cmd
hcd
x

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL