├── LICENSE ├── README.md ├── evm.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gAlAxYnINJaTE/Binance_Smart_Chain-Bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gAlAxYnINJaTE/Binance_Smart_Chain-Bot/HEAD/README.md -------------------------------------------------------------------------------- /evm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gAlAxYnINJaTE/Binance_Smart_Chain-Bot/HEAD/evm.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | web3>=6.0.0 2 | colorama 3 | requests 4 | python-dotenv 5 | keyboard --------------------------------------------------------------------------------