Python library to interact with Axie Infinity and Ronin.
You can find all the documentation here.
If you encounter a problem or have a question, you can join the discord server : https://discord.gg/gqaSv2PZbF
datas
folder contains files for local storage.
example
folder contains pre-made scripts that you can use for specifics tasks.
Please guys, make the code of your tools public so everybody can learn from it !
If you encounter a problem or have a question, you can join the discord server : https://discord.gg/gqaSv2PZbF
My ronin address : ronin:8644da68ff6ac82cb88ce43fde655a62c905e13f
My ethereum address : 0xaA64820b6f906bc8F38bD8955E42AcE71958Ed8F
In pyaxie.py line 34, there is :
self.url_api = config['url_api']
the 'config' it self is from secret.yaml. But I couldn't find 'url_api' in secret.yaml
Sincerely -bino-
Was wondering if pyaxie can do multiple payments with just one signature? Thanks.