Skip to content

This repository demonstrates one of the way to purchase ICO quickly on Ethereum blockchain with websrcapping.

Notifications You must be signed in to change notification settings

abitdrag/Quick-ICO-Purchase-On-Ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Introduction

This repository demonstrate one of the way to purchase coin automatically on listing of it on Ethereum Blockchain. Transaction details are fetched from Etherscan using webscrapping. Once the required transaction is located, we wait for it to get confirmed. Then ETH is sent to destination address.

How to use

Import libraries
Web3:
pip install web3
Requests:
pip install requests
Configparser:
pip install configparser
BeautifulSoup:
pip install beautifulsoup4
HexBytes:
pip install hexbytes

Fill the configuration file - settings.ini:
Add your source address (from where you are sending ETH) as from_addr
Add key of source address as key
Add destination address (where you are sending ETH) as to_addr
Add ETH amount you want to send as eth_amount
Add gas limit of your transaction as gas_limit
Add gas price of your transaction as gas_price

About

This repository demonstrates one of the way to purchase ICO quickly on Ethereum blockchain with websrcapping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages