Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Folks-Finance/folks-finance-xchain-js-sdk

The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol
https://github.com/Folks-Finance/folks-finance-xchain-js-sdk

blockchain cross-chain ethereum evm folks-finance javascript sdk typescript

Last synced: about 2 months ago
JSON representation

The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol

Awesome Lists containing this project

README

        

# @folks-finance/xchain-sdk

[![License: MIT][license-image]][license-url]
[![CI][ci-image]][ci-url]
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]

![xChain Header](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/raw/main/media/repo-header.png)

The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol.

## Installation

### Package manager

Using npm:

```bash
npm install @folks-finance/xchain-sdk
```

Using yarn:

```bash
yarn add @folks-finance/xchain-sdk
```

Using pnpm:

```bash
pnpm add @folks-finance/xchain-sdk
```

Using bun:

```bash
bun add @folks-finance/xchain-sdk
```

[license-image]: https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square
[license-url]: https://opensource.org/licenses/MIT
[ci-image]: https://img.shields.io/github/actions/workflow/status/Folks-Finance/folks-finance-xchain-js-sdk/lint-and-typecheck.yml?branch=main&logo=github&style=flat-square
[ci-url]: https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/actions/workflows/lint-and-typecheck.yml
[npm-image]: https://img.shields.io/npm/v/@folks-finance/xchain-sdk.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@folks-finance/xchain-sdk
[downloads-image]: https://img.shields.io/npm/dm/@folks-finance/xchain-sdk.svg?style=flat-square