기존 스택과 완벽 호환

Solidity 컨트랙트와 표준 툴링이 PQVM의 Ethereum 툴링 호환 RPC 레이어를 통해 동작합니다. 양자 보안은 자동으로 적용됩니다.

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

제로 설정

기존 Solidity 컨트랙트를 수정 없이 배포

익숙한 도구

Solidity bytecode and Shell SDK — 모두 그대로 동작

기본 양자 보안

모든 트랜잭션이 ML-DSA-65로 서명

네이티브 계정 추상화

프로토콜 레이어 스마트 계정 — 키 교체, 커스텀 검증자, 번들러 불필요

Shell SDK

TypeScript SDK로 Shell Chain을 구축하세요 — PQ 키 생성, 트랜잭션 서명, 완전한 RPC 클라이언트를 하나의 패키지로.

# 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 키 생성ML-DSA-65 & SLH-DSA-SHA2-256f
트랜잭션 서명기본 포스트 양자
완전한 RPC 클라이언트모든 eth_* 메서드