indexed-finance / indexed.js

TypeScript libraries for using the Indexed core contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@indexed-finance/indexed.js

TypeScript libraries for using the Indexed core contracts.

Usage

Get helper classes for all pools

const { getAllHelpers, toWei, fromWei } = require('@indexed-finance/indexed.js');

const helpers = await getAllHelpers(web3);

// Get input amount

About

TypeScript libraries for using the Indexed core contracts.


Languages

Language:TypeScript 100.0%