File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ A Rust program is used to:
11113 . Once verified, send the verification data to the smart contract
12124 . 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`.
5650make 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
6167Follow the ` contracts/.env.example ` .
6268
You can’t perform that action at this time.
0 commit comments