Get Started
You will need an API Key to get started. Get your key by signing up on the Developer Portal.
Description
The Metafi JS SDK offers you the option to completely white-label and customise the UI of the wallet experience for your users. Please refer to the steps below to begin integration , and additionally, please post any other questions on our Discord channel.
To view a sample integration, please refer to our demo application.
Step 1: Install the library
First, install the library via your terminal.
Step 2: Setup User Login
Go to your project page in the Developer Portal and navigate to Settings. There you can update the URL which we will use to authenticate your user token. Once this URL is updated, you can create a wallet for a user by passing in their userIdentifier
and jwtToken
into our SDK.
More information on this can be found in the Login section of our documentation.
Step 3: Function Invocation
You're done! You can now invoke the functions that you need.
Last updated