This is a React Native Application that uses the rn_cli
client.
This example uses
- WalletConnect's Universal Provider | Docs
- WalletConnect's Explorer API | Explorer Site
- Ethers
Inside this directory (dapps/v2Explorer
), install React Native
yarn
Set up your own .env
file from the example and replace ENV_PROJECT_ID
with your own ProjectId from https://cloud.walletconnect.com
cp .env.example .env
If CocoaPods is not installed on your system yet:
brew install cocoapods
Install iOS deps:
cd ios
pod install
To run:
npx react-native run-ios
- Follow the official Environment Setup guidance for Android (select
Android
forTarget OS
) to install Android Studio etc. - Set up either a virtual or physical device as outlined in the Preparing the Android device section of the guidance.
To run:
npx react-native run-android