Flare Foundation public git repository organization
Webpage · Dev hub · Portal · System explorer · X
Flare is an EVM-compatible Layer 1 blockchain designed for data. Its core protocols — the Flare Time Series Oracle (FTSO), the Flare Data Connector (FDC) and Flare Confidential Compute (FCC) — are enshrined (FSP) into the network, inheriting the economic security of the entire chain.
- flare-foundry-starter — Foundry template for smart contract development on Flare
- flare-hardhat-starter — Hardhat/TypeScript template with periphery package examples
- flare-foundry-periphery-package — Solidity interfaces for Foundry integration
- developer-hub — Source for dev.flare.network
- Getting started guide — Deploy your first contract on Flare
- Flare for JavaScript developers
- Exchange integration guide — EVM-compatible integration for exchanges
- Wallet support — Compatible wallets overview
- flare-tx-sdk — SDK for balances, transfers, and contract interaction
- flare-tx-verifier — CLI tool for transaction verification before signing
- Flarescan — Multichain ecosystem explorer
- fassets — FAsset protocol contracts for bringing non-smart-contract assets (XRP, BTC, DOGE) to Flare
- flare-smart-accounts — Account abstraction for XRPL users on Flare
- FAssets documentation
- tee-node — Secure server application running inside a TEE on GCP Confidential Space
- tee-proxy — Proxy service that routes requests through the TEE
- tee-relay-client — Connector between C-chain smart contracts and TEE nodes
- fce-extension-scaffold — Starter template for building FCC extensions
- fce-sign — Example TEE extension for key storage and message signing
- fce-weather-api — Example TEE extension with multi-language implementations
- FCC documentation
- flare-systems-deployment — Core FSP deployment (FTSO v2 + FDC provider infrastructure)
- fdc-suite-deployment — Docker-compose deployment for FDC verifiers and nodes
- connected-chains-docker — Docker images for connected chains
- Set up a Flare entity — Step-by-step guide
- flare-smart-contracts-v2 — Top-level protocol smart contracts (FSP, FTSO, FDC, FCC(beta))
- go-flare — Flare node implementation
- fdc-client — Flare Data Connector client for handling attestation requests
- FTSO-Scaling — FTSO scaling client
- Run a node — Node operation guide