Go to file
number571 e80b91c176 fix
2024-03-31 19:22:20 +07:00
_example fix blockchain compiling for new go versions 2024-03-31 18:46:44 +07:00
blockchain fix genesis block 2020-08-11 06:34:02 -04:00
cmd fix 2024-03-31 19:22:20 +07:00
network Add files via upload 2020-07-18 21:28:54 -05:00
static/css add gui client 2020-07-24 10:51:34 -04:00
templates add interface.pdf 2020-07-26 14:08:18 -04:00
templates_eth update interface 2020-08-10 11:01:47 -04:00
.gitignore fix 2024-03-31 19:22:20 +07:00
addr.json Add files via upload 2020-07-11 03:42:17 -05:00
contract.sol update interface 2020-08-10 11:01:47 -04:00
go.mod fix blockchain compiling for new go versions 2024-03-31 18:46:44 +07:00
go.sum fix blockchain compiling for new go versions 2024-03-31 18:46:44 +07:00
LICENSE Initial commit 2020-07-07 02:33:57 -05:00
Makefile fix blockchain compiling for new go versions 2024-03-31 18:46:44 +07:00
README.md Update README.md 2023-08-27 14:24:02 +07:00

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