Skip to content

Commit

Permalink
Merge pull request #7 from tlsnotary/serverside-verification
Browse files Browse the repository at this point in the history
feat: mutex for poap claim and server side verification
  • Loading branch information
Codetrauma authored Nov 7, 2024
2 parents ca2421d + 4e8defb commit ecd69f6
Show file tree
Hide file tree
Showing 19 changed files with 2,082 additions and 151 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
build
.env
poaps.txt
assignments.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ This demo works by leveraging the [Provider API]((https://github.com/tlsnotary/t

1. Clone this repository
2. Run `npm install`
3. Insert a `poaps.txt` of POAP mint links and an empty `assignments.json` in `server/util`
3. Insert a `poaps.txt` of POAP mint links in `server/util`
4. Run `npm run dev`
5. Enjoy the demo
96 changes: 28 additions & 68 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@mui/material": "^6.1.2",
"async-mutex": "^0.5.0",
"buffer": "^6.0.3",
"charwise": "^3.0.1",
"classnames": "^2.5.1",
Expand All @@ -41,6 +42,7 @@
"express": "^4.21.1",
"fast-deep-equal": "^3.1.3",
"isomorphic-fetch": "^3.0.0",
"node-loader": "^2.0.0",
"nodemon": "^3.1.7",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
Expand Down
Loading

0 comments on commit ecd69f6

Please sign in to comment.