An automated bot for interacting with the UPBIT Giwa Sepolia DApp on GIWA Testnet, supporting Mint NFT Only and Deploy Random Contract Only.
- UPBIT Giwa Sepolia DApp Link: https://giwadapp.vercel.app
- Multi-Wallet Support: Manage multiple wallets simultaneously
- Mint NFT: automated
- Deploy: automated
- Node.js (v22 or higher)
- npm or yarn
- Private keys for wallets you want to use
- ETH Sepolia on GIWA Testnet
- Clone the repository:
git clone https://github.com/questairdrop/UPBIT-Giwa-Sepolia-DApp.git
cd UPBIT-Giwa-Sepolia-DApp- Install dependencies:
npm install- Create a
.envfile in the root directory:
nano .env- Add your private keys to the
.envfile:
PRIVATE_KEY_1=your_first_private_key_here
PRIVATE_KEY_2=your_second_private_key_here
PRIVATE_KEY_3=your_third_private_key_hereNote: Private Key must be in 64 character hex format (without 0x)
Note: You can add as many private keys as needed. Use the format PRIVATE_KEY_X where X is a number.
Run the bot:
node giwaBot.jsThis project is open source and available under the MIT License.
This bot is provided as-is for educational and automation purposes. Use at your own risk. Always verify transactions and understand the protocols you're interacting with. The authors are not responsible for any losses incurred through the use of this bot.