A WAX scanner to get CSV for the NFTs purchases and sales
Please remember to install all needed dependencies beforehand:
> npm i
Edit index.js
and set account name and start date
const account = 'your_wax_account';
const date = 'start_date'; // sample format -> '2021-11-09T02:09:54.000'
Then you can start the project by:
> node index.js
You can access to full documentation here: https://3dkrender.com/en/waxcanner