math utils
npm install @0xlending/math-utilsThe @0xLending/math-utils data formatting methods act as a layer on top of the
chain data. The use-cases range from "human readable formatting" to
"approximating accrual over time".
Install the package in your project directory with:
``sh
// with npm
npm install @0xLending/math-utils
// with yarn
yarn add @0xLending/math-utils
``