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/1-overview.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ It also delivers two built-in system applications: **Protocol Managed Wallets (P
36
36
-**Private Key Management**: TEE machines securely generate, store, back up, and restore private keys, enabling multi-signature wallet operations across blockchains.
37
37
38
38
:::danger
39
-
Although the Flare confidential compute is in final stages of development, it is not yet publicly available.
40
-
Stayed tuned for that and the upcoming guides.
39
+
Although the Flare confidential compute is in the final stages of development, it is not yet publicly available.
40
+
Stay tuned for that and the upcoming guides.
41
41
:::
42
42
43
43
## Architecture
@@ -131,7 +131,7 @@ The TEE-based FDC achieves fast attestation by issuing instruction events contai
131
131
Data providers parse these requests, perform attestations using their existing data provision capabilities, and augment instructions with attestation responses.
132
132
133
133
Each TEE machine that receives a threshold weight of signatures from data providers and cosigners signs the attestation response with its TEE identity key.
134
-
Since TEE machine identities are verified onchain during registration, their signatures serve as proof of data provider consensus usable within smart contracts.
134
+
Since TEE machine identities are verified on-chain during registration, their signatures serve as proof of data provider consensus usable within smart contracts.
135
135
136
136
## Flare Compute Extensions
137
137
@@ -156,6 +156,6 @@ The **Flare Confidential Compute SDK** provides a Golang framework and deploymen
156
156
Using the SDK, developers can focus on implementing specific functionalities while the framework handles:
157
157
158
158
- Registration and attestation of TEE machines.
159
-
- Secure instruction relaying from the Flare blockchain.
160
-
- Verification and use of TEE machine results onchain.
159
+
- Secure instruction relay from the Flare blockchain.
160
+
- Verification and use of TEE machine results on-chain.
0 commit comments