Socket
Book a DemoInstallSign in
Socket

@colony/colony-js-adapter

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colony/colony-js-adapter

ColonyContract adapter interfaces

latest
Source
npmnpm
Version
1.12.0
Version published
Weekly downloads
41
51.85%
Maintainers
7
Weekly downloads
 
Created
Source

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.

Keywords

ethers

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