Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@colony/colony-js-contract-loader

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colony/colony-js-contract-loader

Contract loader interfaces

  • 1.12.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by266.67%
Maintainers
7
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 21 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc