2.1.4 • Published 2 years ago
@decentri.fi/defi-hub v2.1.4
Decentrifi Defi Hub Javascript Client
The Decentrifi Defi Hub javascript client provides users with an easy to integrate library. It's written in Typescript and implements the API located at https://docs.decentri.fi/api-endpoints.
Dependency
Installing the library can be done using the following command:
npm i @decentri.fi/defi-hubIntegration
import defihub from "@decentri.fi/defi-hub";
const lendingMarkets = await defihub.lending().markets("aave")Contributing
Building the repository
npm i
npm run buildRunning tests
npm run test