Skip to content

Commit 435315b

Browse files
committed
docs: missing step
1 parent adb4430 commit 435315b

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

examples/circom/README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ A Rust program is used to:
1111
3. Once verified, send the verification data to the smart contract
1212
4. Update the contract state using the proof’s public input
1313

14-
## What this example showcases
15-
16-
- How to create a circuit in **Circom**
17-
- How to verify a Circom proof with **Aligned**
18-
- How to read and verify **public inputs** on-chain
19-
2014
## Project structure
2115

2216
- **`circuits/`**: the Circom circuit (Fibonacci example)
@@ -56,7 +50,19 @@ Follow the `contracts/.env.example`.
5650
make deploy_contract
5751
```
5852

59-
4. Fill the program env variable:
53+
This command will output the contract address like this:
54+
55+
```shell
56+
##### anvil-hardhat
57+
✅ [Success] Hash: 0x37679e098b58e952f3e4ec7f228f6a2b95d62608bcaa54585d1be2ef71ddc9ff
58+
Contract Address: 0xDC11f7E700A4c898AE5CAddB1082cFfa76512aDD
59+
Block: 2001
60+
Paid: 0.000000000005023288 ETH (627911 gas * 0.000000008 gwei)
61+
```
62+
63+
Save it for the next step.
64+
65+
4. Fill the program `.env` variable:
6066

6167
Follow the `contracts/.env.example`.
6268

0 commit comments

Comments
 (0)