This guide is intended for wallet app developers looking to implement WalletConnect.
First, run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
-
Configure environment variables
-
Set
env.NEXT_PUBLIC_ENVIRONMENT
to eitherdevelopment
(for testnets) orproduction
-
Set
env.NEXT_PUBLIC_PROJECT_ID
to your WalletConnect Project ID
-
-
Replace the
EXAMPLE
functions with your own implementation. -
Test your integration by using it alongside the WalletConnect demo dapp