Files
wallet-connect-web-examples/dapps/vue-dapp-auth
renovate[bot] 748547b707 fix(deps): update dependency @walletconnect/auth-client to v2.1.1 (#245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-19 17:58:59 +02:00
..

Vue Auth dApp

Stack

  • 💚 Vue 3
  • ⛰️ Nuxt 3
  • 🍍 Pinia
  • 🟦 TypeScript
  • 💨 TailwindCSS
  • 🔗 ethers.js

Overview

This example aims to demonstrate dapp-facing use cases enabled by WalletConnect Auth Client.

...And show that you can easily use WalletConnect with any framework.

Running locally

Install the app's dependencies:

yarn

Set up your local environment variables by copying the example into your own .env file:

cp .env.example .env

Your .env now contains the following environment variables:

Also, the default relay server WALLETCONNECT_RELAY_URL is set. You can change it to use your own instance.

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Checkout the deployment documentation for more information.