Skip to content

Kolibri.JS contains code for interacting with Kolibri, a self balancing algorithmic stablecoin built on Tezos.

License

Notifications You must be signed in to change notification settings

Hover-Labs/kolibri-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0cb231 · Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Mar 3, 2021
Dec 16, 2021
Sep 20, 2021
Mar 3, 2021
Sep 21, 2021
Mar 3, 2021
Mar 3, 2021
Sep 20, 2021
Sep 21, 2021
Mar 3, 2021
Dec 11, 2024
Dec 11, 2024
Mar 3, 2021
Sep 14, 2021

Repository files navigation

Kolibri.JS

Kolibri.JS contains code for interacting with the Kolibri Protocol, a self balancing algorithmic stablecoin built on Tezos.

Installation

As with other js packages, builds are pushed to NPM and can be installed with

npm install --save @hover-labs/kolibri-js

Documentation

Typedocs can be found at this repo's github pages

The following classes are implemented:

  • ContractErrors: Maps errors from the Kolibri smart contracts into a user friendly enum
  • Network: Enum defining available networks
  • HarbingerClient: Interacts with the Harbinger Oracle Contracts
  • LiquidityPoolClient: Interacts with the Kolibri Liquiidty Pool
  • OvenClient: Interacts with a Kolibri Oven
  • StableCoinClient: Interacts with the top level Kolibri contracts
  • TokenClient: Interacts with the FA1.2 kUSD token contract
  • CONTRACTS: Helper object to get contract addresses on different networks
  • ConversionUtils: Helpers to convert between units
  • ErrorUtils: Error handling utilities