Skip to content
 
 

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nft-minter

CLI sniper for public SeaDrop NFT mints. Builds calldata on-chain.

Install

git clone https://github.com/morsyxbt/nft-minter.git
cd nft-minter
npm install
npm run build

Run

npm start

Paste private keys (one per line, blank line to finish), pick chain, quantity, NFT link, RPC, gas settings, and timing. Fires immediately — no confirmation prompt.

Optional: pre-configure RPC in .env (copy from .env.example).

Telegram bot

npm start -- --telegram

Set TELEGRAM_BOT_TOKEN and ALLOWED_CHAT_ID in .env. Send /mint <qty> <slug> <chain> <time>.

/mint 4 nft-slug
/mint 4 nft-slug eth now
/mint 2 nft-slug robin August 29 at 2:00 AM GMT+7
/mint 1 0x1234...abcd base now

Supported chains

Chain ID
Ethereum 1
Base 8453
Robinhood Chain 4663

Security

Keys are pasted at run time, held in memory only, never written to disk or sent anywhere except as a locally-signed transaction.

Donate

ETH/Base: 0x965244d54FFdf69A287e122090d320ae648f4cf8 SOL: 5nCE7C7771Ar6BT4ffm8W6MvDdci4AgVNrvMoELXP61T

About

CLI sniper for public SeaDrop NFT mints. Builds calldata on-chain.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages