Author

Topic: AioTx - simple python crypto library (Read 56 times)

full member
Activity: 308
Merit: 143
★Bitvest.io★ Play Plinko or Invest!
May 04, 2024, 03:14:11 PM
#2
newbies can't really post images on Bitcointalk.
But I can help with that.





newbie
Activity: 7
Merit: 5
May 04, 2024, 07:04:11 AM
#1
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/aiotx

I 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/Xxccj5V
https://ibb.co/QJsQRVv
https://ibb.co/0s7Dnq3
https://ibb.co/NshPqT6
Jump to: