What problem does it solve? Developers building on Flare need accurate, consolidated knowledge of the network's architecture, chain IDs, RPC endpoints, contract registry patterns, and core protocols (FTSO, FDC, FAssets, Smart Accounts) without hunting through scattered documentation. ## Core Features & Use Cases - Network Reference: Chain IDs, RPC endpoints, block explorers, and faucets for Flare Mainnet, Coston2, Songbird, and Coston. - Protocol Explanations: How FTSO, FDC, FAssets, Smart Accounts, FSP, consensus (Snowman++), governance, and FCC/TEE work. - Developer Guides: Language-specific integration guides for JavaScript, TypeScript/React, Python, Rust, and Go, plus Hardhat/Foundry starter kits, the ContractRegistry pattern, WNat wrapping, and secure random numbers. - Use Case: A developer setting up a Hardhat project on Coston2 asks for the correct RPC URL, chain ID, EVM version setting, and how to resolve the FtsoV2 contract address at runtime. ## Quick Start Ask the assistant to explain how to connect to the Coston2 testnet and resolve Flare contract addresses using the ContractRegistry.