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]
- Host: GitHub
- URL: https://github.com/manishmeganathan/weave
- Owner: manishmeganathan
- License: mit
- Created: 2021-05-26T18:36:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T17:27:28.000Z (about 4 years ago)
- Last Synced: 2025-03-29T12:46:55.521Z (7 months ago)
- Topics: badgerdb, blockchain, blockchain-network, consensus, cryptocurrency, golang, libp2p, memory-pool, proof-of-work
- Language: Go
- Homepage:
- Size: 468 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.