> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noramp.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup Dashboard

> How to setup your NoRamp dashboard to get analytics and manage your app.

NoRamp is super easy to implement and completely self-serve. We have multiple environments
to help you test your implementation and to deploy to production.

[https://dash.noramp.io](https://dash.noramp.io)

If you need any technical support you can [schedule a call here with our team](https://calendly.com/nr_team/30min?month=2023-05) or send an email to [hello@noramp.io](mailto:hello@noramp.io).

**How it works**

<Steps>
  <Step title="Create an account">
    Create an account on NoRamp and setup a Wallet, Trigger, and Price
  </Step>

  <Step title="Add Widgets">Add the NoRamp widget to your site</Step>
  <Step title="Buyer uses Checkout">Buyer pays using Credit Card</Step>

  <Step title="Blockchain Integration">
    Trigger action is run to mint or transfer the NFT
  </Step>

  <Step title="All done!">
    Funds are automatically distributed to your bank account
  </Step>
</Steps>

## Terminology

| Parameter          | Description                                                                            |
| ------------------ | -------------------------------------------------------------------------------------- |
| App ID             | Copy your App ID from the top right corner on the Dashboard                            |
| Trigger ID         | Copy your Trigger ID from the Triggers Section                                         |
| Trigger Parameters | Parameters that are used to call your Trigger actions like the receiver wallet address |
| API Key            | Copy your API KEY from the bottom of the Dashboard sidebar                             |
| Amount             | Total amount to charge to the buyer in your preferred currency                         |
| Seller KYC ID      | The ID of the KYC'd Seller accounts, only required for Marketplace Apps.               |

## Widgets

NoRamp has 3 different widgets available for desktop and mobile including dark and light themes.

# **Add a Wallet**

In order to trigger transactions to transfer and mint NFTs you first need to add a wallet to NoRamp.

In the sidebar on the dashboard click on **Triggers & Wallets**.

Click on **Add Wallet**

* Now, add your wallet
* Select the chain you are selling your NFTs on
* After selling the chain, input your private key for the wallet you want to use to transfer/mint NFTs

<div className="mt-10">
  <iframe height={"400px"} width={"100%"} src="https://www.loom.com/embed/fac501be7a9b48cb98f8cb39d6ee91fe?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" />
</div>

# **Creating an App**

Go to NoRamp’s App Dashboard **[Sign up](https://dash.noramp.io/signup)** or **[Log In](https://dash.noramp.io/login)**

Next, click on **Create App**

Fill out the *App Name* and pick the *Type* of app you are creating

After creating your app you should now see your **App Dashboard**

Next, as a seller of NFTs you are going to KYC by clicking on Settings in the sidebar

{" "}

<div className="mt-10">
  <iframe height={"400px"} width={"100%"} src="https://www.loom.com/embed/8b6bbe8871884e928b4193e636b7b3a9?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" />
</div>

# **Create a Trigger**

Set up a Trigger action that NoRamp will run to transfer/mint the NFT once the credit card payment is successful.

In the sidebar on the dashboard click on **Triggers & Wallets**.

After clicking on **Add Trigger** you can select the kind of trigger action you need for your smart contract.

There are many pre-populated options, select the one most aligned with our smart contract, or select Custom Action for full customizability.

After selecting the type of Trigger action you want to run on successful payments, fill in the required information.

Fill in the contract address of your deployed smart contract along with the method signature or ABI of the function you want to run on successful payments.

You’ll notice there is a Custom Address section. Since NoRamp helps you serve buyers that don’t have wallets yet we have implemented the ability to create a wallet for them. Enable the Custom Address setting and select the method parameter that you would like NoRamp to use for that wallet address we create for the buyer.

After clicking Add Trigger, you should now see your Trigger created, along with its associated Trigger ID. We will use this later to create a Price for your NFT sale.

# **Seller KYC and Payout Setup**

NoRamp allows sellers to receive funds from their NFT sales directly into their bank accounts. In order to achieve this, KYC and Payout setup is required.

Verify KYC in order to begin receiving payments.

Click on Settings at the bottom of the sidebar.

After clicking on Settings click on the KYC Tab in the Settings page.

This step registers your business inside NoRamp through our partner **Stripe**.

You’ll need to complete this in order to receive payment directly to your bank account.

Fill out all the KYC Information and connect a bank account that will receive your payouts for credit card NFT sales.
