experimental asynchronous blockchain
Go to file
Mark Spanbroek 4c30560fbc Add Readme 2021-07-22 10:08:28 +02:00
abc Introduce EdgeSet for keeping track of the edges in a DAG 2021-07-22 09:58:13 +02:00
tests Introduce EdgeSet for keeping track of the edges in a DAG 2021-07-22 09:58:13 +02:00
.editorconfig Boilerplate 2021-06-24 07:11:43 +02:00
.gitignore Boilerplate 2021-06-24 07:11:43 +02:00
.tool-versions Boilerplate 2021-06-24 07:11:43 +02:00
Readme.md Add Readme 2021-07-22 10:08:28 +02:00
abc.nim Simplify imports 2021-06-29 15:24:11 +02:00
abc.nimble Use blscurve directly now that it works with nimble again 2021-07-08 11:44:04 +02:00

Readme.md

ABC - asynchronouos blockchain

A highly experimental implementation of the permissionless, asynchronous blockchain architecture as laid out in the ABC paper. The goal of this proof-of-concept is to evaluate the practicality and performance of the approach laid out in the paper.