Developer Dashboard
The Developer Dashboard is a control panel for creating, managing apps, and customizing UI Brand design. API keys will be issued to connect to the Ramper SDK. View user data and history here.
Last updated
The Developer Dashboard is a control panel for creating, managing apps, and customizing UI Brand design. API keys will be issued to connect to the Ramper SDK. View user data and history here.
Last updated
Visit our Developer Dashboard to create a new Ramper app!
Once a new app is created, an App ID and App Secret will be generated. App secrets can be re-rolled anytime. The App ID should be provided to the init
function when using our SDK to allow you to track your user's activity on Ramper. The App Secret is used to verify the issued idToken
on your server side to manage user sessions.
Use your new App ID in the init() function when initializing the SDK.
This feature allows developers to configure the wallet address setup for their Dapp during the initial creation phase. It determines how user wallet addresses are synced during social login. This is a one-time setting and cannot be modified later.
Coin98 Super Wallet:
Syncs the user's wallet address with Coin98 Super Wallet’s social login
Suitable for Dapps that require integration with Coin98 Super Wallet for consistency
Ramper Wallet:
Syncs the user's wallet address with Ramper Mobile/Extension Wallet
Different:
Allows users to provide a custom wallet address independent of Coin98 Super Wallet and Ramper Wallet
Access the Developer Dashboard
Log in to the developer dashboard to create your Dapp
Select wallet address sync options:
Coin98 Super Wallet
Ramper Wallet
Different
Once selected, click the Add button to finalize the wallet address setup. This configuration will apply to all users accessing the Dapp via the social login SDK.