Skip to content

dehun/bce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Intro

Bce is BlockChain experiment intended to grasp the essence of blockchain technology. It is basically a bitcoin copycat with some divergencies in protocols, store, etc.

Running

Run in 2 different terminals on the same machine:

./dist/build/bce/bce "(127,0,0,1)" 3666 "(127,0,0,1)" 3999
./dist/build/bce/bce "(127,0,0,1)" 3999 "(127,0,0,1)" 3888

Where first pair "(127,0,0,1)" 3666 is about on which address to bind. Second one "(127,0,0,1)" 3999 is p2p seed node.

About

Bitcoin like toy crypto currency implemented in Haskell, includes wallet and p2p functionallity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published