Project goal:
Development of a decentralized blockchain with smart contract support, optimized for operation on nodes with the following specifications:
CPU: 4 cores Rockchip RK3566
RAM: 4 GB
Storage: 1 TB SSD
Consensus:
Algorithm: PoS (Proof-of-Stake) adapted for 500 validators.
Resilience requirements: The network must remain operational with up to 15% of validators offline.
Block generation time: 3–5 seconds.
Performance: ≥1000 TPS.
Smart contracts:
Compatibility with Solidity and EVM (Ethereum Virtual Machine).
Support for tools: Hardhat, Remix, Truffle.
Network parameters:
P2P protocol for decentralized data exchange.
Optimization of node synchronization for operation under low connection stability (home internet connections).
Minimum node bandwidth: 10 Mbps.
Economic model:
Native token for transaction payments.
Staking capability for validators.
Dynamic fee management.
Integration:
Support for JSON-RPC API.
Compatibility with MetaMask and WalletConnect
Deployment:
Containerization via Docker.
Node configuration via YAML/TOML/JSON.
Monitoring: Prometheus + Grafana.
Security:
Protection against Sybil attacks through staking.
Slashing mechanism for node unavailability or malicious actions.
Scalability:
Support for transitioning to an L1 solution in the future.