# 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()
```
