Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.01 KB

File metadata and controls

23 lines (16 loc) · 1.01 KB

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
  6. Open dapp in your browser: http://localhost:5176/

Resources