Roadmap
Last updated - March 2026 · TestNet
Where things stand
ZeiCoin is actively in TestNet. The core blockchain is functional - you can mine blocks, create wallets, send transactions, and restore from a seed phrase. The ZeiCoin CLI covers the minimum functionality expected of a blockchain node, with many additional commands planned for future releases. A TestNet faucet is built into the app so you can easily get ZEI to test with.
Currently there is one public bootstrap node running at zei.network. This is to keep cloud costs manageable, but the network can expand as usage grows. ZeiCoin has been tested on a 3-node network during reorg testing - chain reorganisation works correctly and longest-chain consensus has been confirmed.
The network is under active development, with potential protocol forks ahead. Planned future work includes post-quantum cryptography using ML-DSA, libp2p for peer discovery, and possibly QUIC transport - though TCP will remain the primary protocol for the foreseeable future.
ZeiCoin core - what's working
- RandomX mining - Light mode (256MB), easy difficulty for TestNet
- HD Wallets - BIP39/BIP32, ChaCha20-Poly1305 encryption, Argon2id KDF
- Transactions - Ed25519 signed, mempool validation, send and receive ZEI
- Block storage - RocksDB with concurrent secondary indexing
- REST API - balance, nonce, account, transaction endpoints
- Analytics - TimescaleDB integration with continuous aggregates
- Peer consensus - block hash consensus with configurable modes
- Fork detection - chain reorg handling with orphan pool
Ocelot Wallet - what's working
Ocelot Wallet is a non-custodial desktop wallet built with Tauri and SvelteKit. Private keys never leave the Rust process. 71 tests passing (41 Rust, 30 TypeScript).
- Wallet creation - BIP39 12-word mnemonic, BIP44 HD derivation
- Wallet restore - seed phrase or .zeibackup file
- Send and receive ZEI
- Transaction history - with sent/received direction
- Address book - contacts with categories and search
- L2 messaging - on-chain messages via dust transactions
- TLS 1.3 - all blockchain API communications encrypted
ZeiCoin Roadmap
An overview of where the project is headed. Subject to change as development progresses.
The current focus is getting TestNet durable enough to support a wider wallet release and a more realistic path to MainNet.
Once the protocol and wallet are stable, the next step is making the chain easier to inspect, launch, and build on.
The final step is shipping MainNet once the network, wallet, and supporting ecosystem are stable enough to hold up under real-world use.
Standing on the shoulders of giants
There is a lot of work ahead before MainNet. None of this would be possible without the open source community and the people who dedicate their time to building the tools and infrastructure that ZeiCoin is built on.
Thank you.