Skip to content

Commit

Permalink
feat: init wallet && challenge contract
Browse files Browse the repository at this point in the history
  • Loading branch information
lance10030 committed Aug 22, 2024
1 parent baab499 commit 4f35942
Show file tree
Hide file tree
Showing 6 changed files with 6,554 additions and 339 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"@headlessui/react": "^2.1.2",
"@headlessui/tailwindcss": "^0.2.1",
"@heroicons/react": "^2.1.5",
"@rainbow-me/rainbowkit": "^2.1.5",
"@react-spring/web": "^9.7.4",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.52.0",
"@types/echarts": "^4.9.22",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@upstash/feedback": "^2.0.0",
Expand All @@ -29,7 +31,9 @@
"react": "^18",
"react-dom": "^18",
"react-loading-skeleton": "^3.4.0",
"swr": "^2.2.5"
"swr": "^2.2.5",
"viem": "^2.20.0",
"wagmi": "^2.12.7"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
Expand Down
Loading

0 comments on commit 4f35942

Please sign in to comment.