arnaucube 77fbf230c8 | 5 years ago | |
---|---|---|
cmd | 5 years ago | |
config | 5 years ago | |
core | 5 years ago | |
db | 5 years ago | |
node | 5 years ago | |
peer | 5 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
config0.yaml | 5 years ago | |
config1.yaml | 5 years ago | |
go.mod | 5 years ago | |
go.sum | 5 years ago | |
main.go | 5 years ago | |
run-test-nodes.sh | 5 years ago |
Slow, decentralized and cryptographically consistent database
Basically this repo is a blockchain written from scratch, that allows to launch multiple simultaneous blockchains.
Warning: this project was started in the free time of a long travel, not having much more free time to continue developing it.
Watch the blockchain in action: http://www.youtubemultiplier.com/5ca9c1a540b31-slowlorisdb-visual-representation.php
The repo is under construction
# node0
go run main.go --config config0.yaml create
# node1
go run main.go --config config1.yaml create
# node0
go run main.go --config config0.yaml start
# node1
go run main.go --config config1.yaml start