Skip to main content

Recommended: JavaScript SDK for React Native

While this SDK is still supported, we recommend using newer JavaScript SDK, which is optimized for React Native, but also comes with a host of other benefits.
The Dynamic Client is a vanilla javascript package that allows users to quickly set up all the configurations needed to get an interface that allows them to interact with our features. It provides a very simple, bare bones client object through the call to createClient. This client can then be extended with many other features, like React Native support and viem integration.

Installation

Simply run the following in your terminal:
Shell

Set up

Now create your client with the following code:
You can read more about our client package here.
Last modified on July 24, 2026