This guide will walk you through how to create a Portal client using the Enclave MPC API.
In order to create a wallet, we first need to create a Portal client. Although in your production environment you will be doing this programmatically via the new Client REST API endpoint, for testing purposes you can head to the Portal Admin Dashboard to create a test client.A Portal client represents a single user. You use the Portal client as a 1:1 with users on your backend.
After you login, under “Configuration” on the left hand side of the page, click on “API Keys”.
Once you have located the “Test Client API Keys” section, click on “New +”. This will generate a test client with a Client API Key - test credentials for development purposes.
After clicking the “New +” button, this will pop open a window displaying the Client API Key and the Client ID. Go ahead and copy the Client API Key.
Congrats! 🎉 You have now created your first Portal client and are ready to generate a wallet!