Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
/ Learn-Shitcoin Public archive

I learned about web3 & Creating tools for shitcoin

Notifications You must be signed in to change notification settings

0xshdax/Learn-Shitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-crypto

Using getPriceBSC.py

$ python3 getPriceBSC.py [token address / contract address]

Example : 
$ python3 getPriceBSC.py 0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82
Token Name        : PancakeSwap Token
Symbol Name       : Cake
Decimals          : 18
Total Supply      : 501,969,718.00969325414203579
Price Cake / BUSD : 19.611372776541547

Using buyTokenBSC.py

$ python3 buyTokenBSC.py [amount] [token address]

Example : 
$ python3 buyTokenBSC.py 0.2 0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82
tx : 0x*****

Requirement

Python3 , Pip
 : Install : 
$ pip install web3

About

I learned about web3 & Creating tools for shitcoin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages