Skip to content

UNIBERG-compani/Blockchain

 
 

Repository files navigation

Blockchain

Blockchain example.

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

About

Cryptocurrency from scratch. Supplemented by training manuals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 71.2%
  • HTML 22.6%
  • Solidity 5.8%
  • Makefile 0.4%