Skip to content

a lib for backend balockchain without any incentive token

Notifications You must be signed in to change notification settings

c0mm4nd/libblockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libblockchain

Make blockchain integration easy

Intro

This blockchain has no consensus, which means that you can integrate it into any application and act as any role like db, mq etc.

This structure is thread(routine?)-safe and can avoid the covering block from the hash collide

usage

look into the example in example folder. Or check the godoc.org

TODO

  • storageChain, which automatically saves the block and the chain into the backend key-value database
  • optimize the memChain

About

a lib for backend balockchain without any incentive token

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages