Installation
Install the WalletConnect NotifyClient package.
You will need to polyfill crypto depending on your environment. See instructions below.
- Create a file called
expo-crypto-shim.js
at the root of your project - Go to
expo-crypto-shim.js
and paste the following snippet into it.
- Then head over your
index.js
file at the root of your project and add the following imports.
- Create a file called
expo-crypto-shim.js
at the root of your project - Go to
expo-crypto-shim.js
and paste the following snippet into it.
- Then head over your
index.js
file at the root of your project and add the following imports.
For iOS only
- Go to your
index.js
file at the root of your project and add the following polyfill
- Update your
babel.config.js
with the following configuration
Next Steps
Now that you’ve installed WalletConnect Notify, you’re ready to start integrating it. The next section will walk you through the process of setting up your project to use the Notify API.