You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fcc/guides/01-sign.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ unlisted: false
12
12
13
13
Build and deploy a **Trusted Execution Environment (TEE) extension** that securely stores a private key and signs arbitrary messages.
14
14
This guide walks through every step — from writing the smart contract and extension handler to deploying on Coston2 and running an end-to-end test.
15
+
The code for this example is available on [GitHub](https://github.com/flare-foundation/fce-sign).
15
16
16
17
:::info[New to Flare TEE?]
17
18
A TEE extension is an offchain program that runs inside a Trusted Execution Environment.
@@ -47,7 +48,7 @@ The tunnel ([Cloudflared](https://developers.cloudflare.com/cloudflare-one/conne
47
48
Before you begin, make sure you have the following installed:
48
49
49
50
-[Docker](https://docs.docker.com/get-docker/) and Docker Compose.
50
-
-[Foundry](https://book.getfoundry.sh/getting-started/installation)(`forge`, `cast`) for contract compilation and verification.
51
+
-[Foundry](https://book.getfoundry.sh/getting-started/installation) for contract compilation and verification.
51
52
-[cloudflared](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/downloads/) to expose a local port to the internet (no account required), or [ngrok](https://ngrok.com/) (requires sign-up).
52
53
- A funded Coston2 wallet with C2FLR for gas and TEE registration fees — use the [Coston2 faucet](https://faucet.flare.network/coston2).
0 commit comments