parity-run
v1.0.2
Published
> Run scripts with Parity and Naoneth
Downloads
6
Readme
parity-run
Run scripts with Parity and Naoneth
Usage
Example script:
module.exports = async function (eth) {
console.log(await eth.getBlockByNumber('latest'))
}
Running it:
parity-run script.js
This will wait for the latest block to be within ~ 2 min of wall clock time.
Install
npm install parity-run