Build Your First Extension
Start building Flare Confidential Compute extensions.
.md to the page URL.Start building Flare Confidential Compute extensions.
FCC TEEs execute an instruction only after Flare data providers sign it with enough signing weight. Cosigners add a second gate for sensitive operations.
Build and deploy a TEE extension that stores a private key and signs messages on-chain.
Each FCC TEE has an identity key pair. The public key verifies signatures and encrypts secrets for the machine. The private key stays in the enclave and is used to sign results and decrypt.
Build and deploy an extension that settles rainfall insurance.