Flare

Flare

#Overview

Flare is a Layer 1 blockchain with native data acquisition protocols, providing developers with decentralized access to high-integrity data from other blockchains without relying on third party oracles. Users can effortlessly create wallets and interact with Flare using the Magic SDK.

As Flare is EVM compatible, you can follow the Ethereum documentation to send your first transaction and utilize all other features.

#Configure Flare

Testnet
Mainnet
01const FlareOptions = {
02  rpcUrl: 'https://coston-api.flare.network/ext/bc/C/rpc',
03  chainId: 16,
04};
05
06// Setting network to point to Coston Testnet
07const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', { network: FlareOptions });

#Compatibility

*Some features are not yet compatible such as NFT Viewer and Fiat On-ramps.

Need a feature or see a problem? File an issue on our github repo.

#Resources & Tools