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
init({
appId: <YOUR APP ID HERE>
appName: 'Polygon Test App',
authProviders: [
AUTH_PROVIDER.GOOGLE,
AUTH_PROVIDER.FACEBOOK,
AUTH_PROVIDER.TWITTER,
AUTH_PROVIDER.APPLE,
AUTH_PROVIDER.EMAIL
],
walletProviders: [WALLET_PROVIDER.METAMASK],
network: SUPPORTED_ETHEREUM_NETWORKS.MATICMUM,
theme: THEME.DARK,
})