Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkrumahthis/go-chain
blockchain in go
https://github.com/nkrumahthis/go-chain
Last synced: 2 days ago
JSON representation
blockchain in go
- Host: GitHub
- URL: https://github.com/nkrumahthis/go-chain
- Owner: nkrumahthis
- Created: 2024-01-18T22:49:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T08:20:48.000Z (12 months ago)
- Last Synced: 2024-11-23T03:15:33.188Z (2 months ago)
- Language: Go
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-chain
A blockchain written in Go
## Usage:
- balance -address ADDRESS - get the balance for an account
- blockchain -address ADDRESS creates a blockchain and sends genesis reward to address
- print - Prints the blocks in the chain
- send -from FROM -to TO -amount AMOUNT - Send amount of coins