Skip to content

Latest commit

 

History

History
executable file
·
27 lines (22 loc) · 449 Bytes

README.md

File metadata and controls

executable file
·
27 lines (22 loc) · 449 Bytes

Snapshot strategies

Development

Install dependencies

npm install

Build package

npm run build

Test strategy

# Test default strategy (erc20-balance-of)
npm run test
# Test strategy with name
npm run test --strategy=erc20-received
npm run test --strategy=eth-balance
# Test with more addresses from addresses.json
npm run test --strategy=eth-balance --more=200 

License

MIT.