An open API service indexing awesome lists of open source software.

https://github.com/manishmeganathan/weave

An implementation of a cryptocurrency blockchain network that implements P2P networking, local persistence, transaction merkle trees, memory pooling and a proof-of-work consensus layer. [WIP]
https://github.com/manishmeganathan/weave

badgerdb blockchain blockchain-network consensus cryptocurrency golang libp2p memory-pool proof-of-work

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.