Bitcoin Layer-0 Security
All assets anchored to Bitcoin's Proof-of-Work network via OmniCore. Zero consensus changes required — maximum censorship resistance.
Multi-task Layer-1 Blockchain for Real-World Assets & Gaming Digital Asset Sovereignty
# 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┌─────────────────────────────────────────────────────────────────────┐
│ 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 │
└─────────────────────────────────────────────────────────────────────┘| Section | Description |
|---|---|
| Yellow Paper | Formal technical specification with cryptographic proofs |
| PRD | Product requirements, user stories, success metrics |
| SRS | All functional & non-functional requirements |
| Architecture | Layer-by-layer system design |
| Getting Started | Dev environment setup guide |
| Smart Contracts | Solidity → RISC-V compilation |
| RWA Use Case | Real-world asset lifecycle |
| Gaming Use Case | In-game sovereignty model |
| Security | Threat model & audit checklist |