Install the needed dependencies:
npm install
command to run the main-script:
node main_testing.js
The project will first include all claims transactions in connection with the Blueberry NFTs. After this process is completed, we are asked to enter a TokenId, for this token a health report is then created by Ragflow Demo based on the current week's data. Once we have received the report, we will be asked for a TokenId again.
to create the project from zero:
npm init -y npm install typescript ts-node @types/node --save-dev npx tsc --init npm install ethers axios zlib npm install -g pnpm pnpm add @doitring/analyzkit