1.0.7 • Published 3 years ago

@defitrack/js-client v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Defitrack Javascript Client

The Defitrack javascript client provides users with an easy to integrate library. It's written in Typescript and implements the API located at https://docs.defitrack.io/api-endpoints.

Dependency

Installing the library can be done using the following command:

npm i @defitrack/js-client

Integration

import defitrack from "@defitrack/js-client";


const lendingMarkets = await defitrack.lending().markets("aave")

Contributing

Building the repository

npm i 
npm run build

Running tests

npm run test
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago