Experimental blockchain network for transaction processing.
- Persistent ledger (double-entry bookkeeping)
- Mempool blocks formation (inspired by Etherum)
- Multi-node p2p dynamic peering (via bootstrap nodes)
- Full and partial sync
- HTTP API interface
Mempool is currently very simplified - thing to consider moving on (inspirations):
- limit max size
- workout what happens when full
- processing fee dynamic/fixed (gas)
- processing order FIFO/gas-priority/other
- DDoS attack prevention
Features I'm working on:
- gRPC interface
- Better transaction model
- PoW
- PoS
- Gas fees