What problem does it solve? Developers building on Flare need accurate, consolidated knowledge of the network's core protocols (FTSO, FDC, FAssets, Smart Accounts, FCC/TEE), network configurations, RPC endpoints, chain IDs, and tooling without hunting through scattered documentation. ## Core Features & Use Cases - Network Reference: Chain IDs, RPC endpoints, block explorers, faucets, and native tokens for Flare Mainnet, Coston2, Songbird, and Coston. - Protocol Knowledge: Explanations of FTSO price feeds, FDC attestations, FAssets wrapped tokens, Smart Accounts, Flare Systems Protocol, Snowman++ consensus, and governance. - Developer Onboarding: Hardhat and Foundry starter kit setup, ContractRegistry address resolution, WNat wrapping, secure random numbers, and language-specific guides for JavaScript, React, Python, Rust, and Go. - Use Case: A developer asks how to read FTSO price feeds on Coston2 testnet; the skill supplies the correct RPC endpoint, the ContractRegistry pattern for resolving FtsoV2, and a working Solidity or TypeScript example. ## Quick Start Ask the assistant to explain how to connect to the Coston2 testnet and resolve the FtsoV2 contract address using the Flare ContractRegistry.