From 035e5c11307afc44442a4d262ac7e5341fc883de Mon Sep 17 00:00:00 2001 From: koyamaaaa Date: Mon, 29 Apr 2024 21:49:39 +0900 Subject: [PATCH] feat(main): add method to check SGX instance ID on docs --- README_Docker_and_RA.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_Docker_and_RA.md b/README_Docker_and_RA.md index ff5fefe3..f1b52bb1 100644 --- a/README_Docker_and_RA.md +++ b/README_Docker_and_RA.md @@ -349,6 +349,8 @@ It should look like this: emit InstanceAdded(id: 1, instance: 0xc369eedf4C69CacceDa551390576EAd2383E6f9E, replaced: 0x0000000000000000000000000000000000000000, validSince: 1708704201 [1.708e9]) ``` +Or, you can also check the transaction of the wallet address you set as the prover. You can check it from the `Logs` tab of the Transaction details with the method name `Register Instance`. + ## Running Raiko Once you've completed the above steps, you can actually run a prover. Your `SGX_INSTANCE_ID` is the one emitted in the `InstanceAdded` event above.