Skip to content

questairdrop/UPBIT-Giwa-Sepolia-DApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An automated bot for interacting with the UPBIT Giwa Sepolia DApp on GIWA Testnet, supporting Mint NFT Only and Deploy Random Contract Only.

Features

  • Multi-Wallet Support: Manage multiple wallets simultaneously
  • Mint NFT: automated
  • Deploy: automated

Prerequisites

  • Node.js (v22 or higher)
  • npm or yarn
  • Private keys for wallets you want to use
  • ETH Sepolia on GIWA Testnet

Installation

  1. Clone the repository:
git clone https://github.com/questairdrop/UPBIT-Giwa-Sepolia-DApp.git
cd UPBIT-Giwa-Sepolia-DApp
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory:
nano .env
  1. Add your private keys to the .env file:
PRIVATE_KEY_1=your_first_private_key_here
PRIVATE_KEY_2=your_second_private_key_here
PRIVATE_KEY_3=your_third_private_key_here

Note: 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.

Usage

Run the bot:

node giwaBot.js

License

This project is open source and available under the MIT License.

Disclaimer

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.

About

UPBIT Giwa Sepolia DApp - https://giwadapp.vercel.app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors