Socket
Socket
Sign inDemoInstall

oo7-parity

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oo7-parity

The Parity Bond API


Version published
Weekly downloads
6
decreased by-85.37%
Maintainers
2
Weekly downloads
 
Created
Source

oo7-parity

A library to provide Bond-related functionality for the Parity Ethereum implementation and other compatible systems.

See the oo7-parity reference for more information on usage.

Installation

npm install oo7-parity --save

Usage

var oo7parity = require('oo7-parity'),
  bonds = oo7parity.bonds,
  formatBlockNumber = oo7parity.formatBlockNumber;

// Prints a nicely formatted block number each time there's a new block.
bonds.blockNumber.map(formatBlockNumber).tie(console.log);

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.2 Add contract reading bonds
  • 0.1.1 Initial release

Keywords

FAQs

Package last updated on 25 Mar 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