Socket
Socket
Sign inDemoInstall

@polymathnetwork/abi-wrappers

Package Overview
Dependencies
201
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
39
decreased by-66.09%
Maintainers
6
Created
Weekly downloads
 

Changelog

Source

4.0.0-beta.9 (2019-11-14)

Features

  • usdtieredsto: tiered sto allows set any stablecoin we want (7adb896)

BREAKING CHANGES

  • usdtieredsto: Contract is now available to be pegged with other fiat currency. Configure function is now accepting the contract address of the stable coins, the addresses of the custom oracles and the symbol of the denominated currency.

Readme

Source

@polymathnetwork/abi-wrappers

Greenkeeper badge

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 build

FAQs

Last updated on 14 Nov 2019

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