mirror of
https://github.com/number571/blockchain.git
synced 2026-09-12 19:50:00 +05:00
243 B
243 B
Blockchain
Blockchain example. Template version.
Compile:
$ make
Run node and client:
$ ./node -serve::8080 -newuser:node.key -newchain:chain.db -loadaddr:addr.json
$ ./client -loaduser:node.key -loadaddr:addr.json