Ramper Documentation
  • 🌟WELCOME
  • 👨‍💻Developer Guide
    • Developer Dashboard
  • 🔐EMBEDDED WALLET SDK
    • Quickstart
      • For Web Apps
        • Multichain Supported
          • Wallet Integration
          • Approve NFT
          • Approve Token
          • Sign Typed
        • Get Started on Viction
      • For Unity Apps
      • For Telegram Mini Apps
        • Set up Telegram bot
        • Implement Ramper Telegram SDK
      • For React Native Apps
        • Installation
        • Getting Started
        • Wallet Integration
        • Sign Typed
        • Approve
    • Terms & Conditions
    • Privacy Policy
  • 💜RAMPER WALLET
    • About Ramper Wallet
    • 📖User Guides
      • Authentication
      • How to send NFTs
      • How to sign in to a new account
      • Wallet settings
      • How to Send & Receive tokens
      • How to add custom tokens
      • Manage Tokens
      • General settings
      • How to send assets via email
      • How to use Vault
      • How to send assets via OneID
      • How to migrate accounts from Old version to New version
    • ❓User FAQs
      • Which networks are supported on Ramper?
      • What social accounts can I use to log in to Ramper?
      • What is the difference between a Password and a Passphrase?
      • Zero-gas transactions
      • Does Ramper hold my funds?
      • Can I import my wallet from Ramper to another Web3 wallet?
      • Can I import my wallet to Ramper?
      • Why can't I see my assets?
      • What is gas fee?
      • Can I get my assets back if I send them to the wrong addresses?
      • I forgot the password of my social accounts. How can I access my funds on Ramper?
      • What happens if my social account is compromised?
      • Can I recover my wallet if I lose my social account?
      • Can I change the email that is associated with my wallet address?
      • I can't find the answer to my question. How can I get support?
      • What is a Protected Account?
      • I forgot the PIN code to log in to Ramper Wallet. How can I access my funds?
      • Which email domains are blocked?
    • Ramper Wallet (Extension) Integration
      • EVM Dapp Integration
      • Sei Dapp Integration
    • Privacy Policy
    • Terms of Service
  • 💸NFT CHECKOUT SDK
    • About Ramper NFT Checkout
    • Get Started on EVM
    • Get Started on NEAR
    • Setting Up Your Collection
    • Moving Your Collection to Production
    • Purchase History
    • Terms of Service
    • Privacy Policy
  • Import
Powered by GitBook
On this page
  • Getting Started
  • User Analytics
  • NFT Checkout
  • Verify Account
  1. Developer Guide

Developer Dashboard (Legacy)

Developer Dashboard is a control panel for you to create and manage apps as well as NFT Collections. API keys will be issued to connect to the Ramper SDK. View user data and NFT purchase history here.

Last updated 8 months ago

Getting Started

Visit our 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.

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,
})

User Analytics

Once connected, track who logs into your app by navigating to Users in the sidebar. Sort user data by clicking on the various column headers.

NFT Checkout

If you are interested in supporting NFT purchases with both Crypto and Fiat, you will need to create a Collection and Verify your Account to comply with Know-Your-Business (KYB) regulations in the following sections.

To get started, first visit the NFT Checkout tab on the left panel to create your first collection. We currently support the following networks:

  • Ethereum - Mainnet (homestead)

  • Polygon - Mainnet (matic)

  • Polygon - Mumbai Testnet (maticmum)

  • Ethereum - Goerli Testnet (goerli)

Upon creation, a Ramper link will be generated where customers can purchase your NFT using fiat or crypto. The purchase history will show successful transactions completed through this Ramper link.

Verify Account

NFT Checkouts will be restricted to testnet until your account is verified. To leave sandbox mode, navigate to My Account and submit the required information and documents. Choose between Individual or Business account types to begin the process.

Upon submission, your application will be reviewed in 1-2 business days. We will reach out via email if more information is required.

👨‍💻
developer dashboard
Login
Creating New App
App Home Page
Users Page
Collection Created
NFT Checkouts
Purchase History
Ramper Link
Seller Information
Personal Documents