@perk.money/perk-swap-core
Version:
This npm package contains core logic of Perk Aggregator build on top of NEAR blockchain
24 lines (17 loc) • 442 B
Markdown
# Perk SDK
Contains core logic of Perk Aggregator SDK which build on top of NEAR blockhain.
# Installation
```
npm install @perk.money/perk-swap-core jsbi decimal.js near-api-js
```
```
yarn add @perk.money/perk-swap-core jsbi decimal.js near-api-js
```
# Docs
You can visit docs for detailed explanation and examples of usage: https://docs.perk.money/
# Public methods
```
Perk.load()
Perk.computeRoutes()
Perk.buildTransactions()
```