Skip to content

Commit

Permalink
Add zustand as a new dependency and implement SignTokenButton compone…
Browse files Browse the repository at this point in the history
…nt for user authentication
  • Loading branch information
Royal-lobster committed Sep 2, 2024
1 parent 5eb94d9 commit f0b7e1d
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"dependencies": {
"@changesets/cli": "^2.24.0",
"@everipedia/web3-signer": "^0.0.13",
"@rainbow-me/rainbowkit": "^2.1.4",
"@tanstack/react-query": "^5.53.1",
"@types/react": "^18.3.5",
Expand All @@ -33,12 +34,14 @@
"@web3auth/wallet-services-plugin": "^8.12.5",
"@web3auth/web3auth-wagmi-connector": "^6.0.0",
"boring-avatars": "^1.10.2",
"cookies-next": "^4.2.1",
"react": "^18.3.1",
"tsc-esm-fix": "^2.20.10",
"viem": "2.x",
"vitest": "^2.0.5",
"wagmi": "^2.12.4",
"zod": "^3.23.8"
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down
Loading

0 comments on commit f0b7e1d

Please sign in to comment.