File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed
Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -46,41 +46,6 @@ bash -i <(curl -s https://install.aztec.network)
4646aztec-up 3.0.0-devnet.4
4747```
4848
49- ### Run the Examples
50-
51- #### Recursive Verification
52-
53- ``` bash
54- cd recursive_verification
55- bun install
56- bun ccc # Compile contracts
57- bun data # Generate proof data
58- aztec start --sandbox # Start local network (in new terminal)
59- bun recursion # Deploy and verify proof
60- ```
61-
62- #### Starter Token
63-
64- ``` bash
65- cd starter-token/reference
66- # Follow the specific setup instructions in the token example
67- ```
68-
69- ## Repository Structure
70-
71- ```
72- aztec-examples/
73- ├── recursive_verification/ # Proof verification in contracts
74- │ ├── circuit/ # Noir circuit implementation
75- │ ├── contract/ # Aztec smart contract
76- │ ├── scripts/ # TypeScript utilities
77- │ ├── tests/ # Integration test suite
78- │ └── README.md # Detailed documentation
79- └── .github/ # CI/CD workflows
80- └── workflows/
81- └── recursive-verification-tests.yml
82- ```
83-
8449## Development Workflow
8550
8651### Common Commands
You can’t perform that action at this time.
0 commit comments