Skip to content

Cryptocurrency from scratch. Supplemented by training manuals.

License

Notifications You must be signed in to change notification settings

yokooken/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 75.5%
  • HTML 24.0%
  • Makefile 0.5%