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: README.md
+31-17Lines changed: 31 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,11 +85,25 @@ cp env.sample .env
85
85
Then, provide correct values for the following env vars, which all the forge scripts below will use:
86
86
87
87
- ETHERSCAN_API_KEY
88
-
-UNICHAIN_SEPOLIA_RPC_URL
88
+
-RPC_URL
89
89
90
-
### Unichain Sepolia
90
+
### DeployAll
91
91
92
-
#### FlashtestationsRegistry
92
+
Deploys both the FlashtestationsRegistry and the BlockBuilderPolicy. This is the simplest and best way to deploy the necessary contracts in the flashtestations repository
93
+
94
+
```bash
95
+
# add the RPC_URL and ETHERSCAN_API_KEY's to your environment. Make sure RPC_URL is set to the intended network (e.g. unichain sepolia)
This is the primary contract of this repository. It allows TDX v4 devices to register themselves onchain with an Ethereum address/public key, such that later transactions from that address can be trusted to originate from a TEE.
Create a raw attestation quote and store it in `script/raw_tdx_quotes/`. This is needed for the `RegisterTEEScript` script for its $PATH_TO_ATTESTATION_QUOTE argument
0 commit comments