0.0.1 • Published 7 months ago

@swapper-finance/sdk v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

About The Project

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

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

Usage

Todo

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