https://github.com/zh/hw_chain
A "hello world" blockchain built with the Cosmos-SDK
https://github.com/zh/hw_chain
Last synced: about 1 year ago
JSON representation
A "hello world" blockchain built with the Cosmos-SDK
- Host: GitHub
- URL: https://github.com/zh/hw_chain
- Owner: zh
- Created: 2020-06-04T07:42:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T08:06:27.000Z (about 6 years ago)
- Last Synced: 2023-04-10T23:24:01.414Z (over 3 years ago)
- Language: Go
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloWorldChain
### A "hello world" blockchain built with the Cosmos-SDK
`hw_chain` is a short and simple introduction to building
application-specific blockchains with Cosmos.
### Requirements
- Golang >1.13.0 installed
- A working [\$GOPATH](https://github.com/golang/go/wiki/SettingGOPATH)
- Desire to create your own blockchain!