Skip to content

Commit

Permalink
Merge branch 'main' into feat/host-handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
smtmfft authored Feb 6, 2025
2 parents 8523de5 + d137f2f commit 77ecc50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/README_Docker_and_RA.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,11 @@ You've now prepared your machine for running Raiko through Docker. Now, you need
1. Clone [taiko-mono](https://github.com/taikoxyz/taiko-mono/tree/main), checkout the appropriate tag and navigate to the protocol directory.

```
cd ~
git clone https://github.com/taikoxyz/taiko-mono.git
cd taiko-mono
git checkout tags/{release-tag}
cd taiko-mono/packages/protocol
cd packages/protocol
```

2. Install [`pnpm`](https://pnpm.io/installation#on-posix-systems) and [`foundry`](https://book.getfoundry.sh/getting-started/installation) so that you can install dependencies for taiko-mono.
Expand Down Expand Up @@ -393,7 +395,7 @@ You can find it with `cat ~/.config/raiko/config/bootstrap.json` as shown above.

Copy your quote and use in the following step.

6. Call the script with `PRIVATE_KEY=0x{YOUR_PRIVATE_KEY} ./script/config_dcap_sgx_verifier.sh --quote {YOUR_QUOTE_HERE}`. "YOUR_QUOTE_HERE" comes from above step 5.
6. Call the script with `PRIVATE_KEY=0x{YOUR_PRIVATE_KEY} ./script/layer1/config_dcap_sgx_verifier.sh --quote {YOUR_QUOTE_HERE}`. "YOUR_QUOTE_HERE" comes from above step 5.

7. If you've been successful, you will get a SGX instance `id` which can be used to run Raiko!

Expand Down

0 comments on commit 77ecc50

Please sign in to comment.