đ¤NFT Transfer between two owned accounts
Script to transfer all serials of a given token from one account to another when you have both keys. Useful when sender account is not treasury e.g. from a burner 3rd party or between wallets you own.
Note
This script exposes minimal economics (0.001 per batch of up to 8 NFTs) to cirumvent royalties / fall back fees.
Usage
Edit your .env file (rename .env.example to .env) with the following items:
We recommend to remove the private key from the .env file after use. Extra precaution.
Then, in your Node.js command prompt terminal, you can use
Arguments
-t for Token id, for example -t 0.0.123456
. if not specified look for all tokens in given wallet
-v - optional - for verbose (debug)
Last updated