/blockweave

A modular blockchain that uses a collection of different consensus algorithms simultaneously to generate a weaved layer of multiple blockchain networks, that run independently but simultaneously on the same network. The persistence layer is powered by BadgerDB and the p2p is powered by go-libp2p's GossipSub protocol along with Protocol Buffers.

Primary LanguageGoMIT LicenseMIT

Weave

An implementation of a blockchain network that implements P2P networking, local persistence, transaction merkle trees, memory pooling and a proof-of-work consensus layer.