@colony/colony-js-adapter
v1.12.0
Published
ColonyContract adapter interfaces
Downloads
55
Readme
colonyJS Adapter interface
This package exports an interface which is designed to be used for wrapping JavaScript-Ethereum libraries (e.g. ethers.js, web3.js) so that they have a simple and predictable API. Additionally, the interface requires the adapter to provide Contract loading functionality.
Installation
yarn add colony-js-adapter
Usage
/* @flow */
import type { IContract, IAdapter, IProvider } from '@colony/colony-js-adapter';
Contributing
This package is part of the colonyJS monorepo.
Please read our contributing guidelines.