oo7-parity

0.7.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i oo7-parity

Weekly Downloads

10

Version

0.7.9

License

Apache-2.0

Unpacked Size

97.7 kB

Total Files

13

Last publish

Collaborators

  • paritytech
  • tomusdrw