Skip to content

dangitsdavid/go-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-blockchain

To run the test blockchain:

  • add a block to chain (if no genesis state found, it will create genesis proof)
# use default block data
make add-block

# add customized block data
make add-block BLOCK_DATA="some block data"
  • print all the blocks in chain
make print

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published