@colony/colony-js-contract-loader
v1.12.0
Published
Contract loader interfaces
Downloads
51
Readme
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.