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