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.
To install the package, you can use npm or yarn:
npm install blinkbro-sdk
const { Currency, createSwapLink } = require("blinkbro-sdk");
const link = createSwapLink("your-wallet-address", Currency.SOL, "USDC", 0.01);
console.log(link);