blinkbro-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

BlinkBro Swap API

This package provides a simple interface to create links. It allows you to generate a URL that can be used to perform currency swaps using the BlinkBro platform.

Installation

To install the package, you can use npm or yarn:

npm install blinkbro-sdk

Usage

const { Currency, createSwapLink } = require("blinkbro-sdk");
const link = createSwapLink("your-wallet-address", Currency.SOL, "USDC", 0.01);
console.log(link);

Readme

Keywords

none

Package Sidebar

Install

npm i blinkbro-sdk

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

3.21 kB

Total Files

12

Last publish

Collaborators

  • bjoerndotsol
  • janinevvagner