Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .github/workflows/foundry-voting.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/solidity-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install bb
run: |
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
echo "$HOME/.bbup/bin" >> $GITHUB_PATH
echo "PATH=$PATH:/home/runner/.bb" >> $GITHUB_ENV

- name: Run bbup
run: |
bbup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a reference repo to help you get started with writing zero-knowledge cir

Each project is an example you can use for whatever you want. Feel free to mix them in order to find the best combination of technology that suits your needs.

- Private Voting: [`./foundry-voting`](./foundry-voting)
- Solidity Example: [`./solidity-example`](./solidity-example)
- Recursion: [`./recursion`](./recursion/)

## Starter
Expand Down
20 changes: 0 additions & 20 deletions foundry-voting/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions foundry-voting/.gitmodules

This file was deleted.

54 changes: 0 additions & 54 deletions foundry-voting/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions foundry-voting/circuits/Nargo.toml

This file was deleted.

9 changes: 0 additions & 9 deletions foundry-voting/circuits/Prover.toml

This file was deleted.

4 changes: 0 additions & 4 deletions foundry-voting/circuits/Verifier.toml

This file was deleted.

87 changes: 0 additions & 87 deletions foundry-voting/circuits/src/main.nr

This file was deleted.

59 changes: 0 additions & 59 deletions foundry-voting/contracts/zkVote.sol

This file was deleted.

5 changes: 0 additions & 5 deletions foundry-voting/data/config.json

This file was deleted.

4 changes: 0 additions & 4 deletions foundry-voting/data/input.json

This file was deleted.

7 changes: 0 additions & 7 deletions foundry-voting/foundry.toml

This file was deleted.

33 changes: 0 additions & 33 deletions foundry-voting/package.json

This file was deleted.

29 changes: 0 additions & 29 deletions foundry-voting/script/Voting.s.sol

This file was deleted.

Loading