mirror of
https://github.com/number571/blockchain.git
synced 2026-09-13 18:45:45 +05:00
| _example | ||
| blockchain | ||
| cmd | ||
| network | ||
| static/css | ||
| templates | ||
| templates_eth | ||
| .gitignore | ||
| addr.json | ||
| contract.sol | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Blockchain
Cryptocurrency from scratch. Supplemented by training manuals
More information about blockchain in the youtube.com/watch?v=mp3I1HtEKfU
Compile:
$ make
Run nodes and client:
$ ./node -serve::8080 -newuser:node1.key -newchain:chain1.db -loadaddr:addr.json
$ ./node -serve::9090 -newuser:node2.key -newchain:chain2.db -loadaddr:addr.json
$ ./client -loaduser:node1.key -loadaddr:addr.json