Multichain airdrop
July 18, 2019 ยท View on GitHub
Installation
npm install
Configuration and Running
- Select blockchain by uncommenting a plugin included in lastxmonths.js:
// Select blockchain to work with
const blockchain = new IOSTPlugin();
- Enter block range in these lines of lastxmonths.js:
...
//const startBlock = 1;
const startBlock = 22000000;
const endBlock = 22894000;
var b = endBlock;
while (b >= startBlock) {
...
- Run with node:
node lastxmonths.js