You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of a blockchain network that implements P2P networking, local persistence, transaction merkle trees, memory pooling and a proof-of-work consensus layer.
About
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.