Welcome to ACDC
ACDC is a dual-chain blockchain ecosystem with:
- Alpha Chain: Privacy-focused UTXO model with ZK proofs
- Delta Chain: Account-based model for DeFi and governance
Quick Start
# Install CLI
curl -sSf https://install.ac-dc.network | sh
# Create wallet
acdc wallet create
# Check balance
acdc query balance
Architecture
| Chain | Model | Purpose |
|---|---|---|
| Alpha | UTXO/Record | Privacy, confidential transactions |
| Delta | Account | Exchange, governance, staking |
Guides
- Wallet Guide - Create and manage wallets
- Staking Guide - Stake tokens and earn rewards
- Governance - Participate in protocol governance
Developer Resources
API Reference
Full documentation for programmatic access to ACDC:
- API Overview - Introduction to ACDC APIs
- JSON-RPC API - Complete RPC method reference
- REST API - RESTful endpoints
- WebSocket API - Real-time subscriptions
SDKs
Build applications with ACDC:
- Getting Started - Quick start guide
- TypeScript SDK - For JavaScript/TypeScript apps
- Rust SDK - For Rust applications
- Python SDK - Coming soon
Tutorials
Step-by-step guides to common tasks:
- Send Your First Transaction
- Create and Manage Wallets
- Deploy an ADL Contract
- Participate in Governance
Reference
Technical specifications and details:
- Address Formats - ax1, dx1 address encoding
- Transaction Types - All supported transaction types
- Error Codes - API and SDK error reference