Browse official and community templates to start building faster
Minimal PolkaVM contract to get started with Rust on Polkadot.
ERC-20 compatible token with minting, transfers, and approvals.
On-chain recursive Fibonacci - great for understanding gas costs.
Memory-optimized token without the standard allocator.
No-allocator Fibonacci - minimal memory footprint on PolkaVM.
Cross-contract shared counter using the CDM pattern - reader and writer contracts.