@colony/colony-js-contract-loader

1.12.0 • Public • Published

colonyJS Contract Loader interface

This package exports an interface which is designed to be used for creating an Ethereum smart contract loading mechanism; for example, a contract loader might take a contract name as an argument, then look up some definition of the contract, and return the address of the deployed contract and its ABI definition.

Installation

yarn add @colony/colony-js-contract-loader

Usage

/* @flow */

import type { IContractLoader } from '@colony/colony-js-contract-loader';

Contributing

This package is part of the colonyJS monorepo.

Please read our contributing guidelines.

Dependents (11)

Package Sidebar

Install

npm i @colony/colony-js-contract-loader

Weekly Downloads

4

Version

1.12.0

License

MIT

Unpacked Size

28.2 kB

Total Files

18

Last publish

Collaborators

  • jakubcolony
  • kronovet
  • rdig
  • chmanie
  • area