experimental asynchronous blockchain
Go to file
Mark Spanbroek 957767c730 Add SortedDag, which maintains topological ordering 2021-07-27 15:22:26 +02:00
abc Add SortedDag, which maintains topological ordering 2021-07-27 15:22:26 +02:00
tests Add SortedDag, which maintains topological ordering 2021-07-27 15:22:26 +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.