Skip to content

alyxdow/snapshot-strategies

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%