Skip to main content

An asynchronous library for interacting with various cryptocurrencies and blockchains

Project description

AioTx

AioTx is an asynchronous library for interacting with various cryptocurrencies and blockchains. It aims to provide a lightweight and efficient solution for developers to integrate cryptocurrency functionalities into their projects without relying on heavy dependencies like web3.js or bitcoin-lib. Features

  • Asynchronous and non-blocking design for high performance
  • Support for multiple cryptocurrencies and blockchains
  • Minimal dependencies to keep the library small and fast
  • Easy-to-use API for common tasks like wallet creation, balance retrieval, and transaction signing
  • Extensible architecture for adding support for new cryptocurrencies and blockchains

Installation

You can install AioTx using pip:

pip install aiotx

Usage

Here's a simple example of how to use AioTx to create a wallet and retrieve its balance:

from aiotx import AioTxBSCClient

async def main():
    bsc_client = AioTxBSCClient(node_url="https://example.com")
    
    # Create a new wallet
    wallet = await bsc_client.create_wallet()
    print(f"Wallet address: {wallet.address}")
    
    # Retrieve the wallet balance
    balance = await bsc_client.get_balance(wallet.address)
    print(f"Wallet balance: {balance}")

# Run the async main function
asyncio.run(main())

For more detailed usage examples and API reference, please refer to the documentation.

Contributing

Contributions to AioTx are welcome! If you find any bugs, have feature requests, or want to contribute improvements, please open an issue or submit a pull request on the GitHub repository.

License

AioTx is open-source software licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiotx-0.0.10.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

aiotx-0.0.10-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file aiotx-0.0.10.tar.gz.

File metadata

  • Download URL: aiotx-0.0.10.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for aiotx-0.0.10.tar.gz
Algorithm Hash digest
SHA256 cf94a57beb1d0dafc2b8c83278a3082e4ba6664fd2ca39c40231789725f1ba31
MD5 6d6c64f7d0663be41627075e3860674d
BLAKE2b-256 5d9e2964ec2a191f6afbbd972f8d3ebe95e6b6de8ea9cb21707856965bd513d3

See more details on using hashes here.

File details

Details for the file aiotx-0.0.10-py3-none-any.whl.

File metadata

  • Download URL: aiotx-0.0.10-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for aiotx-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 b4420548dc49758cb6e01b21e2efe1354baa5bbc24f7b91530255c6775e756c9
MD5 f9c91776296d273d3ccd7245ec4a60bf
BLAKE2b-256 0786e0dd6ed422bbc5f4d94686134f6be082d53b9800af0ae8367a6c881faeb3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page