Skip to content

Commit 3e5328c

Browse files
authored
Update README.md
1 parent 0289202 commit 3e5328c

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

README.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -46,41 +46,6 @@ bash -i <(curl -s https://install.aztec.network)
4646
aztec-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

0 commit comments

Comments
 (0)