Hello! I am working in crypto a lot and a lot of times I writing the same code for get balance, send transactions, block monitoring, etc.
So I decided I have skills for create my library for interact with different blockchains.
The idea is to not use web3 or analogs and just call the node, and also make same interface for all networks
Now I have done ETH and BSC, I will do UTXO client next so BTC and LTC should be ready soon too.
You can install my library by command `pip install aiotx`
Here is url for documentation:
https://grommash9.github.io/aiotx/Here is source code url:
https://github.com/Grommash9/aiotxI am not a master in writing so I will just attach a screenshots of how you can use my library and maybe you will find that useful
- covered by tests (all the functions with different inputs)
- tested on python 3.9, 3.10, 3.11, 3.12
- have block monitoring module with handlers - so you can build block monitoring applications in minutes
Please let me know what you think about it ( i can't figure out how to attach images here maybe moderator can edit my post? )
https://ibb.co/Xxccj5Vhttps://ibb.co/QJsQRVvhttps://ibb.co/0s7Dnq3https://ibb.co/NshPqT6