Skip to content

A simple example on how to get WalletConnect to authenticate wallets in the Expo Go app.

Notifications You must be signed in to change notification settings

clxyder/walletconnect-expo-example

Repository files navigation

Deprecation Notice

⚠️ Deprecation Warning: This project will stop working after June 28. We recommend migrating to @web3modal/react-native for future development.

Reason for Deprecation: This example is based on WalletConnect v1 packages, and they will stop working on June 28. More info here

WalletConnect Example on Expo

This is a simple example how to get WalletConnect up and running with Expo for React Native.

WalletConnect's dependency on Node's crypto package

WalletConnect uses node's built-in crypto package which is not available on iOS or Android. In order to work around this we can use metro.config.js to create aliases for different packages, this idea is from here. This will allow us to use WalletConnect directly from the expo client without having to eject the application.

Getting Started

Please go ahead and install the packages via yarn install, then, run yarn start or expo start. Once the build is complete and opened in the Expo Go app, connect your wallet by pressing the Connect a wallet button.

alt text

About

A simple example on how to get WalletConnect to authenticate wallets in the Expo Go app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published