Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Umbra Helix | Aztec NFT Ownership verifier for Discord #19

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: Code cleanup changes
  • Loading branch information
satyambnsal committed Oct 26, 2024
commit 63750d5d317f585c6dfa46e7c03b54929d5609da
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target

1 change: 1 addition & 0 deletions umbra-helix/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ dist-ssr
*.sln
*.sw?
node_modules
.cert
Binary file modified umbra-helix/bun.lockb
Binary file not shown.
11 changes: 0 additions & 11 deletions umbra-helix/contracts/accounts/Nargo.toml

This file was deleted.

6 changes: 0 additions & 6 deletions umbra-helix/contracts/accounts/codegenCache.json

This file was deleted.

151 changes: 0 additions & 151 deletions umbra-helix/contracts/accounts/src/artifacts/SchnorrAccount.ts

This file was deleted.

116 changes: 0 additions & 116 deletions umbra-helix/contracts/accounts/src/main.nr

This file was deleted.

47 changes: 0 additions & 47 deletions umbra-helix/contracts/accounts/src/public_key_note.nr

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion umbra-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
"@aztec/accounts": "0.57.0",
"@aztec/aztec.js": "0.57.0",
"@aztec/circuits.js": "0.57.0",
"@aztec/foundation": "0.57.0",
"@aztec/kv-store": "^0.52.0",
"@aztec/noir-contracts.js": "0.57.0",
"@aztec/foundation": "0.57.0",
"@headlessui/react": "2.1.2",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"buffer": "^6.0.3",
"chalk": "^5.3.0",
"jotai": "^2.9.3",
Expand Down
Loading