Skip to content

beamuu/go-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-blockchain

golang


Basic implementation of blockchain using golang.

Initialize Blockchain

The application will automatically creates genesis block if the local blocks data are not available. All blocks data will be stored in tmp/blocks

Database

This blockchain use BadgerDB which is a key-value store

Basic usage

Printing Blockchain

go run main.go print

Add Block

go run main.go add -block <data: as a string>

About

Implementation of blockchain using golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages