mirror of
https://github.com/arnaucube/slowlorisdb.git
synced 2026-02-28 05:46:48 +01:00
3d1ac395a52c7e9f7f73998daaed22d1ee99eadd
slowlorisdb

Slow, decentralized and cryptographically consistent database
Basically this repo is a blockchain written from scratch, that allows to launch multiple simultaneous blockchains.
Watch the blockchain in action: http://www.youtubemultiplier.com/5ca9c1a540b31-slowlorisdb-visual-representation.php
Run
The repo is under construction
- create node
# node0
go run main.go --config config0.yaml create
# node1
go run main.go --config config1.yaml create
- run node
# node0
go run main.go --config config0.yaml start
# node1
go run main.go --config config1.yaml start
Languages
Go
99.3%
Shell
0.7%
