wallet-connect-web-examples/dapps/universal-provider-solana
Glitch deb123f283
restructure (#345)
* restructure

* udpate readme links
2023-12-13 15:36:25 -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 restructure (#345) 2023-12-13 15:36:25 -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