Skip to content

Commit d7581dc

Browse files
feat(docs): add link to fce-sign to guide (#1320)
2 parents 96ebfcd + 40a50e7 commit d7581dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/fcc/guides/01-sign.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ unlisted: false
1212

1313
Build and deploy a **Trusted Execution Environment (TEE) extension** that securely stores a private key and signs arbitrary messages.
1414
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).
1516

1617
:::info[New to Flare TEE?]
1718
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
4748
Before you begin, make sure you have the following installed:
4849

4950
- [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.
5152
- [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).
5253
- A funded Coston2 wallet with C2FLR for gas and TEE registration fees — use the [Coston2 faucet](https://faucet.flare.network/coston2).
5354
- Language-specific requirements:

0 commit comments

Comments
 (0)