@colony/colony-js-adapter

1.12.0 • Public • Published

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.

Dependents (6)

Package Sidebar

Install

npm i @colony/colony-js-adapter

Weekly Downloads

1

Version

1.12.0

License

MIT

Unpacked Size

12.6 kB

Total Files

18

Last publish

Collaborators

  • jakubcolony
  • kronovet
  • rdig
  • chmanie
  • area