Skip to content

Commit

Permalink
Feat: A user can connect/disconnect from wallet via web3auth
Browse files Browse the repository at this point in the history
  • Loading branch information
owonwo committed Jan 4, 2024
1 parent 24f5da8 commit 1d7d435
Show file tree
Hide file tree
Showing 15 changed files with 1,000 additions and 479 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Swapp</title>
<script type="module">
import { Buffer } from "buffer";
import process from "process";
Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,20 @@
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@web3auth/base": "^7.2.1",
"@web3auth/modal": "^7.3.0",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"ethers": "^5",
"lucide-react": "^0.303.0",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"web3": "^4.3.0"
},
"devDependencies": {
Expand All @@ -28,6 +37,7 @@
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.1.1",
"process": "^0.11.10",
"typescript": "^5.2.2",
"vite": "^5.0.8"
Expand Down
Loading

0 comments on commit 1d7d435

Please sign in to comment.