Refine setup process
This commit is contained in:
@ -49,7 +49,7 @@ VITE_INDEXER_PORT=""
|
||||
# Web3Auth Configuration
|
||||
# Get your Client ID from https://dashboard.web3auth.io
|
||||
# Web3Auth enables social login (Google, GitHub, etc.) that auto-generates Algorand wallets
|
||||
VITE_WEB3AUTH_CLIENT_ID=
|
||||
VITE_WEB3AUTH_CLIENT_ID=YOUR_CLIENT_ID_GOES_HERE
|
||||
|
||||
|
||||
# # ======================
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
"@web3auth/modal": "^9.7.0",
|
||||
"algosdk": "^3.0.0",
|
||||
"daisyui": "^4.0.0",
|
||||
"idb-keyval": "^6.2.2",
|
||||
"lute-connect": "^1.6.3",
|
||||
"notistack": "^3.0.1",
|
||||
"react": "^18.2.0",
|
||||
@ -8086,9 +8087,7 @@
|
||||
"version": "6.2.2",
|
||||
"resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.2.2.tgz",
|
||||
"integrity": "sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==",
|
||||
"license": "Apache-2.0",
|
||||
"optional": true,
|
||||
"peer": true
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/ieee754": {
|
||||
"version": "1.2.1",
|
||||
|
||||
@ -45,6 +45,7 @@
|
||||
"@web3auth/modal": "^9.7.0",
|
||||
"algosdk": "^3.0.0",
|
||||
"daisyui": "^4.0.0",
|
||||
"idb-keyval": "^6.2.2",
|
||||
"lute-connect": "^1.6.3",
|
||||
"notistack": "^3.0.1",
|
||||
"react": "^18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user