├── LICENSE.md ├── README.md ├── configurations └── accounts_config.json ├── logs └── logs_01-04-2022.log ├── main.py └── starter.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kr1tos/GameFi-bot/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kr1tos/GameFi-bot/HEAD/README.md -------------------------------------------------------------------------------- /configurations/accounts_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kr1tos/GameFi-bot/HEAD/configurations/accounts_config.json -------------------------------------------------------------------------------- /logs/logs_01-04-2022.log: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kr1tos/GameFi-bot/HEAD/main.py -------------------------------------------------------------------------------- /starter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kr1tos/GameFi-bot/HEAD/starter.py --------------------------------------------------------------------------------