Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ The first parameter represents the output of the zkVM, the second one is the zkV

The on-chain verification contract has been deployed to Automata Testnet at [0x95175096a9B74165BE0ac84260cc14Fc1c0EF5FF](https://explorer-testnet.ata.network/address/0x95175096a9B74165BE0ac84260cc14Fc1c0EF5FF).

The [ImageID](https://dev.risczero.com/terminology#image-id) currently used for the DCAP RiscZero Guest Program is `6f661ba5aaed148dbd2ae6217a47be56b3d713f37c65cc5ea3b006a9525bc807`.
The [ImageID](https://dev.risczero.com/terminology#image-id) currently used for the DCAP RiscZero Guest Program is `9346d1f042c615145229b75d1f504ea4fd3cd800e5817069035147bfa695ee07`.

The [VKEY](https://docs.succinct.xyz/verification/onchain/solidity-sdk.html?#finding-your-program-vkey) currently used for the DCAP SP1 Program is
`0021feaf3f6c78429dac7756fac5cfed39b606e34603443409733e13a1cf06cc`.
`008228a87e56a065fb3ad27026aef08acc97d72d289439e8dab0d53baaea9f26`.

An useful DCAP zkVM clis can be found at [Automata DCAP zkVM CLI](https://github.com/automata-network/automata-dcap-zkvm-cli).

Expand Down
18 changes: 17 additions & 1 deletion zk/risc0/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
BONSAI_API_KEY="" # see form linked above
BONSAI_API_URL="" # provided with your api key
BONSAI_API_URL="https://api.bonsai.xyz/" # provided with your api key

QUOTE_PATH=""

# Read collaterals automatically from onchain PCCS
RPC_URL=""
ENCLAVE_ID_DAO="0x29aaB215aeE14D4D843C57521BbF2D3B17b45810"
FMSPC_TCB_DAO="0x3d47b3E543dC4f7557E553e343F32DE0Eb15C306"
PCS_DAO="0xB270cD8550DA117E3accec36A90c4b0b48daD342"

# Load collaterals from local files
QE_IDENTITY_PATH=""
FMSPC_TCB_PATH=""
TCB_SIGNING_CA_DER_PATH=""
ROOT_CA_DER_PATH=""
ROOT_CA_CRL_DER_PATH=""
PCK_CRL_DER_PATH=""
4 changes: 3 additions & 1 deletion zk/risc0/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
profiles
profiles
host/data/local
**/input.bin
Loading