wallet-connect-web-examples/dapps/universal-provider-solana
renovate[bot] 92eea35ee8
fix(deps): update dependency @solana/web3.js to v1.89.0 (#410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 11:08:33 -03:00
..
.codesandbox restructure (#345) 2023-12-13 15:36:25 -03:00
public restructure (#345) 2023-12-13 15:36:25 -03:00
src restructure (#345) 2023-12-13 15:36:25 -03:00
.env.example restructure (#345) 2023-12-13 15:36:25 -03:00
.eslintrc.cjs restructure (#345) 2023-12-13 15:36:25 -03:00
.gitignore restructure (#345) 2023-12-13 15:36:25 -03:00
index.html restructure (#345) 2023-12-13 15:36:25 -03:00
package.json restructure (#345) 2023-12-13 15:36:25 -03:00
README.md restructure (#345) 2023-12-13 15:36:25 -03:00
tsconfig.json restructure (#345) 2023-12-13 15:36:25 -03:00
tsconfig.node.json restructure (#345) 2023-12-13 15:36:25 -03:00
vite.config.ts restructure (#345) 2023-12-13 15:36:25 -03:00
yarn.lock fix(deps): update dependency @solana/web3.js to v1.89.0 (#410) 2024-01-13 11:08:33 -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