@colony/colony-js-contract-loader

Contract loader interfaces

Usage no npm install needed!

<script type="module">
  import colonyColonyJsContractLoader from 'https://cdn.skypack.dev/@colony/colony-js-contract-loader';
</script>

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.