Skip to content

azimuth3d/simple-blockchain-go

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages