Setting up the Alchemy Accounts Provider
This guide assumes you have already followed the Setup Guide and have set up the Alchemy Account Provider using this guide. Please refer to the guides above for more information on how to properly setup your project.
For a complete example of how we can setup a project and use the various available authentication methods, please refer to our quickstart example.
Once you have followed the Signer Setup Guide, set up and configure the Alchemy Accounts Provider in your project.
You can do this by wrapping the top level component (e.g. _layout.tsx
in Expo or App.tsx
in Bare React Native) in your app with the AlchemyAccountsProvider
component from the @account-kit/react-native
package.
Here’s an example of how to do this:
Next Steps
Now that you have set up the Alchemy Accounts Provider, you can follow the Authentication Guides to learn how to authenticate users.