NFT Airdropper is a simple batch script designed to manage and airdrop NFTs using the Evrmore RPC.
- List existing assets
- Mint unique 1-of-1 NFTs
- Airdrop NFTs to single or multiple addresses
- Check EVR balance and asset balances
- Evrmore node with RPC access
- RPC credentials
-
Clone the repository.
git clone https://github.com/yourusername/nft-airdropper.git
-
Navigate to the directory:
cd nft-airdropper
-
Copy
.env.example
to.env
and configure it with your own RPC settings:cp .env.example .env
-
Edit
.env
and set your RPC_URL, RPC_USER, and RPC_PASS.
Run the batch file:
NFT_Airdropper.bat