azimuth3d / simple-blockchain-go

Simple blockchain implementation with golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple blockchain implementation with golang


Languages

Language:Go 100.0%