Splendor Chain Technical Specifications
Overview
Splendor Chain is a Substrate-based blockchain built on the Frontier Node Template, offering seamless Ethereum Virtual Machine (EVM) compatibility. Developers can effortlessly deploy Ethereum dApps or use ink! smart contracts for native Substrate integration. Splendor features a native SPL token, designed for value transfer, network operations, and decentralized exchange functionalities.
Core Features
Native Token (SPL)
- Fixed Supply: Entire supply distributed at genesis.
- Utility Token: Pays for transaction fees and DEX operations.
- Value Transfer Medium: Facilitates transactions across the network.
Smart Contract Ecosystem
Token Standards
- PSP22 (ERC-20 Equivalent):
- Fungible token support
- Standard token operations: transfers, approvals, allowances
- Event Emission System:
- Transaction tracking and analytics
Network Architecture
Technical Specifications
- Frontier Node Template: EVM and Ethereum RPC API support
- Chain ID:
9126
- Substrate Infrastructure: Modular runtime development
- Custom Difficulty Adjustment
- Configurable Base Fee System
Security Features
- Slippage Protection (DEX operations)
- Robust Transaction Validation
- Sandwich Attack Prevention
- Safe Arithmetic Implementations
Platform Capabilities
Liquidity Management
- Automated Liquidity Pools
- LP Token Tracking
- Flexible Deposit and Withdrawal
- Swap Fee Rewards for LPs
- Multi-Token Pool Support
Trading Features
- Automated Price Discovery
- Efficient Token Swaps
- Built-in Fee Structures
- Slippage Tolerance Settings
- Real-time Pricing
Development Tools
- Frontier Node Setup:
cargo build --release
./target/release/frontier-template-node --dev
- Contract Interaction Utilities
- Balance Check Mechanisms
- Upgrade Functionality
- Testing Framework: predefined test accounts and tokens
Economic Model
Token Economics
- Fixed Supply Distribution: No token inflation
- Transaction Fee Mechanism: Fees collected in SPL
- Liquidity Incentives: Rewards for liquidity providers
Network Sustainability
- Gasless Transactions (optional)
- Market-driven Pricing: Dynamic SPL valuation
Development Framework
Smart Contract Development
- ink! Contracts: Rust-based smart contracts
- EVM Compatibility: Supports existing Ethereum dApps
- Runtime Upgrade Mechanisms: Smooth upgrades without downtime
- Event Handling: Detailed contract event logging
Integration Tools
- CLI Utilities
- Contract Interaction Scripts
- Balance Monitoring Tools
- Transaction Management Utilities
Future Roadmap
- Single-Asset Liquidity Operations
- Enhanced LP Token Standards
- Additional Pool Configurations
- Advanced Trading Features
Getting Started
- Setup Environment:
cargo build --release
- Run Node Locally:
./target/release/frontier-template-node --dev
- RPC available at http://127.0.0.1:9944 .
-
Testing Accounts Available:
- Alith, Baltathar, Charleth, Dorothy, Ethan, Faith (See documentation for keys)
-
Deploy and Explore:
- Compatible with Ethereum tooling (e.g., MetaMask, Remix)
For comprehensive guides, advanced configurations, and runtime customization, please refer to our official developer documentation.