> ## 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.

# Quickstart

> Start receiving payments in less than 5 minutes.

<Info>
  **Prerequisite** You should have installed Node.js (version 18.10.0 or
  higher).
</Info>

Step 1. Install NoRamp's SDK in your favorite frontend framework:

<CodeGroup>
  ```bash yarn theme={null}
  yarn add norampkit
  ```

  ```bash npm theme={null}
  npm i norampkit
  ```
</CodeGroup>

Step 2. Add the following code to your frontend:

```jsx theme={null}
import { NoRampCashout } from "norampkit";

<NoRampCashout />;
```
