Post-Quantum
Memory-Hard
Epoch-Based

UNCHAINED

Blake3 + Kyber768 + Argon2id

/cargo build

Cryptography

Kyber768 key exchange, BLAKE3 hashing

Consensus

Argon2id memory-hard PoW with epoch-based block production

Network

libp2p over QUIC with RocksDB storage backend

mine-Start mining blocks
send-Send transaction
balance-Check wallet balance
#Clone and build
git clone https://github.com/Numi2/unchained.git
cd unchained
cargo build --release
#Start mining
./target/release/unchained mine
#Send stealth transaction
./target/release/unchained send --stealth <addr> --amount 1

Live Network Activity

Live Blockchain Logs

No logs yet. Start your Unchained node to see live activity.

Make sure the node is running with logs enabled on port 9100