wallet-connect-web-examples/basic/dapps/universal-provider-solana
renovate[bot] 3711824fe2
fix(deps): update dependency @solana/web3.js to v1.87.6 (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 06:54:06 -03:00
..
.codesandbox chore(deps): update node.js to v21 (#314) 2023-11-14 14:27:19 +01:00
public [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
src [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
.env.example [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
.eslintrc.cjs [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
.gitignore [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
index.html [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
package.json [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
README.md [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
tsconfig.json [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
tsconfig.node.json [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
vite.config.ts [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
yarn.lock fix(deps): update dependency @solana/web3.js to v1.87.6 (#335) 2023-12-11 06:54:06 -03:00

Vite + React

This is a Vite project together with React.

Edit in CodeSandbox

Configuration .codesandbox/tasks.json has been added to optimize it for CodeSandbox.

Usage

  1. Go to WalletConnect Cloud and create a new project.
  2. Copy your Project ID
  3. Rename .env.example to .env and paste your Project ID as the value for VITE_PROJECT_ID
  4. Run yarn to install dependencies
  5. Run yarn dev to start the development server

Resources