Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 403 Bytes

Simple Blockchain with golang Implementation

golang simple blockchain with badger db storage

How to development

  • start development with docker-compose up -d

How to use cli

For print all block in blockchain

docker-compose exec blockchain go run main.go print

For add new block with data

  • docker-compose exec blockchain go run main.go add