Socket
Socket
Sign inDemoInstall

@polymathnetwork/abi-wrappers

Package Overview
Dependencies
7
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @polymathnetwork/abi-wrappers

Low-level Polymath smart contract wrappers generated using @0x/abi-gen


Version published
Weekly downloads
58
increased by9.43%
Maintainers
6
Created
Weekly downloads
 

Changelog

Source

4.0.0-beta.10 (2020-06-16)

Features

  • update contract artifacts to latest version (c79750e)

Readme

Source

Build Status Greenkeeper badge Gitter Telegram

Polymath logo

@polymathnetwork/abi-wrappers

Low-level Polymath smart contract wrappers generated using @0x/abi-gen with custom poly template. These low-level wrappers are imported by other packages and application developers are not expected to import this package directly.

Installation

yarn add @polymathnetwork/abi-wrappers

Import

import * as wrappers from '@polymathnetwork/abi-wrappers';

or

var wrappers = require('@polymathnetwork/abi-wrappers');

Contributing

We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.

Install dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

yarn config set workspaces-experimental true

Then install dependencies

yarn install

Build

To build this package run the following from root directory:

yarn pre_build && yarn build

FAQs

Last updated on 16 Jun 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc