Works With Your Existing Stack
Solidity contracts and standard tooling work via PQVM's Ethereum tooling-compatible RPC surface. Quantum safety is automatic.
shell-chain
# Get started with Shell Chain in minutes
# 1. Install the TypeScript SDK
$ npm install [email protected]
✓ [email protected] installed (ML-DSA-65 post-quantum signing)
# 2. Generate a post-quantum keypair
$ node -e "const {generateMlDsa65KeyPair} = require('shell-sdk'); console.log(generateMlDsa65KeyPair().address)"
✓ Address: 0x3a7f1c8e2b4d9f6a...
# 3. Build and run a node from source
$ git clone https://github.com/ShellDAO/shell-chain.git
$ cd shell-chain && cargo build --release
$ shell-node run --storage-profile full
🚀 Shell Chain node started on port 30303
📡 JSON-RPC available at http://127.0.0.1:8545
Zero Config
Your existing Solidity contracts deploy without changes
Familiar Tools
Solidity bytecode and Shell SDK — they all just work
Quantum-Safe by Default
Every transaction signed with ML-DSA-65
Native Account Abstraction
Smart accounts at the protocol layer — key rotation, custom validators, no bundler
Shell SDK
Build on Shell Chain with our TypeScript SDK — PQ key generation, transaction signing, and full RPC client in one package.
shell-sdk
View on npm# Install the SDK
$ npm install shell-sdk
# Generate a PQ keypair
$ shell-sdk keygen --algo ml-dsa-65
✓ Address: 0x0b871be37a4af6348d28a90dbecc96820aa50d5178b7cbd7ced3d710e5a7eda9
✓ Algorithm: ML-DSA-65 (FIPS 204)
PQ Key GenerationML-DSA-65 & SLH-DSA-SHA2-256f
Transaction SigningPost-quantum by default
Full RPC ClientAll eth_* methods