Skip to content

Dong ChainBitcoin-Secured · RISC-V Powered

Multi-task Layer-1 Blockchain for Real-World Assets & Gaming Digital Asset Sovereignty

Dong Chain

Quick Start

bash
# 1. Clone the repository
git clone https://github.com/dongcore/dongchain
cd dongchain

# 2. Build the node
cargo build --release -p dong-chain-node

# 3. Start local dev node
./target/release/dong-chain-node --dev --tmp

# 4. Compile and deploy your first contract
resolc --target polkavm --optimization 3 MyContract.sol
forge create --rpc-url http://localhost:9944 --private-key $KEY MyContract.sol:MyContract

Architecture

┌─────────────────────────────────────────────────────────────────────┐
│              EXTERNAL NETWORKS (Ethereum · Base · Solana)           │
└───────────────────────────┬─────────────────────────────────────────┘
                            │ EIP-712 cross-chain proofs
┌───────────────────────────▼─────────────────────────────────────────┐
│           DONG CHAIN — LAYER 1 (Substrate Parachain)                │
│   pallet-revive · PolkaVM (RISC-V) · ERC-4337 · XCM · resolc       │
└───────────────────────────┬─────────────────────────────────────────┘
                            │ BitVM2 (1-of-n honesty)
┌───────────────────────────▼─────────────────────────────────────────┐
│              LAYER 0 — MOTHERBOARD                                  │
│        Bitcoin PoW · OmniCore · OP_RETURN · ZK finality             │
└─────────────────────────────────────────────────────────────────────┘

Documentation Map

SectionDescription
Yellow PaperFormal technical specification with cryptographic proofs
PRDProduct requirements, user stories, success metrics
SRSAll functional & non-functional requirements
ArchitectureLayer-by-layer system design
Getting StartedDev environment setup guide
Smart ContractsSolidity → RISC-V compilation
RWA Use CaseReal-world asset lifecycle
Gaming Use CaseIn-game sovereignty model
SecurityThreat model & audit checklist

Released under the Apache 2.0 License.