A library to provide Spook
-related functionality for the Tetsy Vapory
implementation and other compatible systems.
See the oo7-parity reference for more information on usage.
npm install oo7-parity --save
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);
npm test
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.
- 0.1.2 Add contract reading bonds
- 0.1.1 Initial release