0.0.2 • Published 1 year ago

@xswap-link/xswap-sdk v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

About The Project

XSwap SDK exposes a functions to access the advanced cross-chain routing solution offered by XSwap.

Getting Started

To get the library follow these simple example steps.

Prerequisites

  • npm
    npm i pnpm@latest -g

Installation

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

  1. Install the library in your project
    npm i @xswap-link/xswap-sdk

Usage

Simply import the stuff from the library.

Contribution

This is open-source library and below you will find a step-by-step contribution guide.

Prerequisites

  • pnpm
    npm i pnpm@latest -g

1. Get the project and install dependencies

git clone git@github.com:xswap-link/xswap-sdk.git

cd xswap-sdk

pnpm i

2. Create new branch based on the develop one

git checkout -b feature/<your_feature_name>

3. Commit changes

4. Create PR to develop branch

Publishing changes

Create changeset file and include into PR to main

Github workflow will fail to publish if you skip it

pnpm changeset
0.0.2

1 year ago

0.0.1

1 year ago