slowlorisdb Go Report Card GoDoc

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

slowloris

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
Description
No description provided
Readme GPL-3.0 105 KiB
Languages
Go 99.3%
Shell 0.7%