Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol
- Host: GitHub
- URL: https://github.com/Folks-Finance/folks-finance-xchain-js-sdk
- Owner: Folks-Finance
- License: mit
- Created: 2024-05-15T09:15:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T09:41:03.000Z (4 months ago)
- Last Synced: 2024-07-22T11:28:11.467Z (4 months ago)
- Topics: blockchain, cross-chain, ethereum, evm, folks-finance, javascript, sdk, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@folks-finance/xchain-sdk
- Size: 1.26 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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