Discover Packages
github.com/number571/blockchain
command
module
Version:
v0.0.0-...-e494d1e
Opens a new window with list of versions in this module.
Published: Mar 31, 2024
License: MIT
Opens a new window with license information.
Imports: 28
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Blockchain
Cryptocurrency from scratch. Supplemented by training manuals
More information about blockchain in the youtube.com/watch?v=mp3I1HtEKfU
[!IMPORTANT]
The current implementation in the master branch is irrelevant for the modern version of the Go language. To compile programs successfully, use the goup branch.
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
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.