Install NodeJS
First execute install.bat
Then execute the start.bat and follow instructions
npm install# On Mainnet
node index.mjs "<NFT ID>"
# Example for finding a nonce for NFT id 0
node index.mjs "0"
# for testnet
node index.mjs "<NFT ID>" testnet