Core node implementation for the Arta Blockchain network.
🚧 In active development. This repository currently contains architecture and design documentation. Source code for the node client will be published here incrementally as development progresses.
The Arta node is designed around the following components:
| Component | Responsibility |
|---|---|
| P2P layer | Peer discovery, block/transaction propagation |
| Consensus module | Block validation and finality |
| State database | Account balances, contract state |
| RPC/API server | JSON-RPC interface for wallets and dApps |
| Smart contract runtime | Execution environment compatible with arta-contracts |
See docs/architecture.md for details.
- arta-core — ecosystem overview and specifications
- arta-contracts — smart contracts
- arta-sdk — client SDK
This project is in early-stage development. Issues and design discussions are welcome via the Issues tab.
MIT