# Ramp Instant SDK

`@ramp-network/ramp-instant-sdk` is a library that allows you to easily integrate the Ramp Network's widget into your web app and communicate with it.

It's not necessary to use it, although it's strongly recommended.

It's written with TypeScript, so you get all of the typings out of the box - always up-to-date.

## Installation

You can find the package here - [https://www.npmjs.com/package/@ramp-network/ramp-instant-sdk](https://www.npmjs.com/package/@ramp-network/ramp-instant-sdk).

Install via Yarn:

```
yarn add @ramp-network/ramp-instant-sdk
```

Install via npm:

```
npm install @ramp-network/ramp-instant-sdk
```

## Documentation

Docs for the SDK package can be found here - [https://docs.rampnetwork.com/](https://docs.rampnetwork.com/).

## Contact us

If you want to get in touch, join our Discord server [here](https://discord.gg/gPDbBGQ).
