JSPM

@swapper-finance/sdk

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q54529F
  • License MIT

JavaScript SDK form Swapper

Package Exports

  • @swapper-finance/sdk

Readme


Swapper SDK

Swapper SDK exposes a variety of models and tools for other projects to use.
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

Swapper SDK exposes a functions to access the advanced swap solution offered by Swapper.

(back to top)

Getting Started

To get the library follow these simple example steps.

Prerequisites

  • npm / pnpm npm i pnpm@latest -g

Installation

Below you will find a step-by-step installation guide.

  1. Install the library in your project
    npm/pnpm i @swapper-finance/sdk

(back to top)

Usage

Todo

(back to top)

Contribution

A detailed instruction on how to contribute

Prerequisites

  • pnpm
    npm i pnpm@latest -g

1. Get the project and install dependencies

git clone git@github.com:swapper-finance/swapper-sdk.git

cd swapper-sdk

pnpm i

2. Create new branch based on the develop one

git checkout develop
git checkout -b feature/<your_feature_name>

3. Create changeset

pnpm changeset and follow instructions to describe your changes

4. Commit changes

including changeset: git commit -m "feat: <your desc>>"

5. Create PR to develop branch

(back to top)