Skip to content

Commit

Permalink
readme enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Mar 21, 2024
1 parent f35075d commit 5a4c09f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ scarb build
scarb test
```

## Running the Verifier
## Running the Verifier on Example Proof

### Local Proof Verification

Expand All @@ -44,9 +44,11 @@ cargo run --release --bin snfoundry_proof_serializer < examples/proofs/recursive

```bash
cd examples/starknet
./call_contract.sh calldata
./call_contract.sh 0x069df5a99fa42c37c946c58da0953d721b928078e740fef14da44e0f8c01f0f6 calldata
```

[List of deployed Verifier Contracts](deployed_contracts.md)

## Creating a Proof

To create a proof, perform the following steps:
Expand Down
14 changes: 14 additions & 0 deletions deployed_contracts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
| Contract Address | Network | Layout |
|-----------------------------------------------------------------------------------------------------|-----------------------|--------------------------------|
| | **Mainnet** | **dex** |
| | **Mainnet** | **recursive** |
| | **Mainnet** | **recursive_with_poseidon** |
| | **Mainnet** | **small** |
| | **Mainnet** | **starknet** |
| | **Mainnet** | **starknet_with_keccak** |
| | **Sepolia Testnet** | **dex** |
|[0x069df5a99fa42c37c946c58da0953d721b928078e740fef14da44e0f8c01f0f6](https://sepolia.starkscan.co/contract/0x069df5a99fa42c37c946c58da0953d721b928078e740fef14da44e0f8c01f0f6) | **Sepolia Testnet** | **recursive** |
| | **Sepolia Testnet** | **recursive_with_poseidon** |
| | **Sepolia Testnet** | **small** |
| | **Sepolia Testnet** | **starknet** |
| | **Sepolia Testnet** | **starknet_with_keccak** |

0 comments on commit 5a4c09f

Please sign in to comment.