Version: 0.1.0
Status: Development
Target: 5,000-8,000 TPS, Quantum-Resistant Blockchain
UniCash MVP is a minimal viable product implementation of a post-quantum blockchain with high throughput. It combines three core technologies:
- Circle STARKs on M31 Field - Fast, quantum-resistant zero-knowledge proofs
- Post-Quantum Cryptography - NIST-standardized Dilithium and Kyber
- WebGPU Browser Proving - Client-side proof generation in the browser
# Clone repository
git clone https://github.com/unicash/unicash-mvp
cd unicash-mvp
# Build all components
cargo build --release
# Run a local node
cargo run --bin unicash-node
# Run tests
cargo test --all
# Build browser wallet
cd wallet
npm install
npm run buildunicash-mvp/
├── crypto/ # PQC and Circle STARK implementation
├── node/ # Blockchain node software
├── wallet/ # Browser wallet (React + WASM)
├── common/ # Shared types and utilities
└── docs/ # Documentation
- TPS: 5,000-8,000 sustained
- Block Time: 3-5 seconds
- Proof Generation: <1s desktop, <3s mobile
- Validator Cost: $500 hardware
- Circle STARK implementation
- PQC integration (Dilithium, Kyber)
- WebGPU proving
- Node software
- Networking & consensus
- Integration & testing
- Browser wallet
- Features & polish
- Public testnet launch
- Bug bounty program
- External audit
- Mainnet launch
See CONTRIBUTING.md for development guidelines.
Apache 2.0 - See LICENSE for details.
- Discord: https://discord.gg/f43huQ5MH5
- Email: dev@UniTech.network
Built with ❤️ for a post-quantum future