Package Exports
- @hover-labs/kolibri-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hover-labs/kolibri-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Kolibri.JS
Kolibri.JS contains code for interacting with Kolibri, a self balancing algorithmic stablecoin built on Tezos.
Installation
npm i @hover-labs/kolibri-js
Documentation
The following classes are implemented:
BetterCallDevClient
: Interacts with the Better Call Dev indexerContractErrors
: Maps errors from the Kolibri smart contracts into a user friendly enumContracts
: Helper object to get contract addresses on different networksConversionUtils
: Helpers to convert between unitsErrorUtils
: Error handling utilitiesHarbingerClient
: Interacts with the Harbinger Oracle ContractsNetwork
: Enum defining available networksOvenClient
: Interacts with a Kolibri OvenStableCoinClient
: Interacts with the top level Kolibri contractsTokenClient
: Interacts with the FA1.2 kUSD token contract