JS library to execute EOSDT contracts methods
published version 1.3.6, 4 years ago- Install `@eosdt/widget` package ```bash npm i @eosdt/widget ``` - In your code: ```typescript import Equilibrium, { setStyles } from "@eosdt/widget";
published version 1.2.25, 5 years agoJS library to execute EOSDT contracts methods using eosjs@16.0.9
published version 0.4.0, 6 years agoJS library to execute eosdt-exchange contract methods
published version 0.0.1, 5 years agoJS library to execute eosdt-exchange contract methods
published version 0.0.1, 5 years agoJS API for Equilibrium and Genshiro parachains.
published version 1.15.2, a year ago## Convenience Types ## - `type Undef<T> = T | undefined;` - `type Unwrap<T> = T extends Undef<infer D> ? D : T;` - `type UnwrapArray<T> = T extends Array<infer D> ? D : T;` - `type UnwrapPromise<T> = T extends Promise<infer D> ? D : T;`
published version 1.3.5, 4 years ago- published version 1.2.11, 4 years ago
- published version 1.10.4, a year ago
JS API for equilibrium polkadot substrate mainnet.
published version 0.7.3, 4 years ago- published version 0.2.5, 4 years ago
- published version 0.2.9, 4 years ago
Substrate types used in Equilibrium parachain.
published version 1.4.18, 2 years ago