Solen Documentation¶
A modular settlement network with native rollups, smart accounts, privacy primitives, and intent-aware execution.
Solen narrows the responsibilities of the base layer and treats execution domains as first-class components. The design combines a minimal settlement chain, native rollups, smart accounts by default, privacy-capable proof interfaces, and intent-oriented transaction flow.
Mainnet Live
Solen mainnet launched April 2026 with 11 validators, 6-second block times, and a cross-chain bridge to Base. RPC: https://rpc.solenchain.io | Explorer: solenscan.io
Quick Links¶
| Getting Started | Set up your environment and run your first node in minutes. |
| Build Your First dApp | Deploy a token contract, mint, and transfer — in 15 minutes. |
| Architecture | Understand how consensus, execution, rollups, and intents fit together. |
| API Reference | JSON-RPC methods, Explorer REST API, and CLI commands. |
| Smart Contracts | Write, deploy, and call WASM contracts on Solen. |
| Tokenomics | Supply, staking, fees, and governance. |
Project Stats¶
| Metric | Value |
|---|---|
| Rust crates | 17 |
| TypeScript packages | 2 |
| Rust source lines | ~21,000 |
| Test functions | 198 |
| Property tests | 4 (hundreds of cases each) |
| Fuzz targets | 3 |
| RPC methods | 20 |
| Explorer endpoints | 18 |
| Transfer TPS (live testnet) | ~1,200 |
| Contract call TPS (live testnet) | ~188 |
| Finality | < 1 second (single-slot BFT) |
Ecosystem¶
| Project | Description |
|---|---|
| Solen | Core blockchain node, runtime, and tools |
| SolenScan | Block explorer web application (solenscan.io) |
| Solen Wallet | Desktop wallet application (download from GitHub releases) |
| Solen Website | Project landing page |
License¶
Licensed under MIT OR Apache-2.0 at your option.