0.0.52 • Published 6 months ago

@koyweforest/koywe-ramp-sdk v0.0.52

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

English (Español más abajo)

Objetive

Get a powerup for your business by using Koywe's crypto infrastructure. Join the forest and embed Koywe's crypto ramp into any web application, through an overlay.

For now, we only support on-ramping (fiat to crypto) operations. Off-ramp coming soon.

Read our docs for more context and information: https://docs.koywe.com/

Installation

To install, use npm or yarn

# npm
$ npm install @koyweforest/koywe-ramp-sdk

Using the SDK

To use the widget, simply create an instance of the KoyweRampSDK class and use the show() function to display the overlay

Basic excample:

import { KoyweRampSDK } from "@koyweforest/koywe-ramp-sdk"

new KoyweRampSDK().show();

The widget will automatically close once the user clicks outside the box.

Documentation

You can customize the informationa and some of the working parameters. Check our docs: https://docs.koywe.com/documentacion/documentacion-sdk

Español

Objetivo

Embeber la rampa de Koywe en cualquier aplicación web, a través de un overlay.

Instalando el SDK

Para instalar, puedes usar npm o yarn

# npm
$ npm install koywe-ramp-sdk

Usando el SDK

Para usar el widget simplemente crea una instancia de la clase KoyweRampSDK y usa el método show()

Un ejemplo básico se ve así:

import { KoyweRampSDK } from "koywe-ramp-sdk"

new KoyweRampSDK().show();

El Widget se cerrará automaticamente si se hace click fuera de él.

Configuración

Puedes customizar la información y algunos parámetros de funcionamiento.