@switchxfi/v4-sdk
v1.1.1
Published
## Description
Readme
SwitchX V4 SDK
Description
SwitchX V4 SDK is a library for interacting with the SwitchX V4 protocol.
Usage
yarn add @switchxfi/v4-sdkContributing
- Clone the repository
git clone https://github.com/switchx-labs/switchx-v4-sdk.git
cd switchx-v4-sdk
yarn install
yarn build- Create a new branch
git checkout -b feature/new-feature- Make your changes and commit them.
git add .
git commit -m "feat: add new feature"- Update the package.json version and commit the changes.
yarn commitPush the changes to the remote repository.
git push