EOS table snapshot tool
This tool uses dfuse.io to create snapshots of any contract account table at any block number.
Configure the .env file to include CODE, TABLE and BLOCK_NUMBER.
After compiling with typescript (running tsc):
npm i
tsc
npm startBased on easysnap-v2