Skip to content

antelopy

PyPI Workflow Badge Python version

Documentation: https://antelopy.stuckatsixpm.com
Source Code: https://github.com/stuckatsixpm/antelopy


antelopy serializes transaction data for Antelope blockchains, integrating with existing Python packages for ease of use.

In the Antelope's Leap 3.1 release,, the abi_json_to_bin endpoint was deprecated to ensure the integrity of transaction data. However, available options for interacting with Antelope chains with Python all rely on this endpoint for the serialization step. antelopy is designed to handle this process in a non-intrusive way, minimizing changes users of aioeos and eospy need to make.

Usage Guide


Key Features

  • Serialize transaction data in preparation for transaction
  • Read ABIs from the blockchain or file, with the option to save for reuse
  • Integration wrappers around aioeos and eospy

antelopy supports the following libraries.

Antelope Library Support Status Guide Repository
aioeos Fully integrated Link Link
eospy Fully integrated1 Link Link
pyntelope Waiting for update N/A Link

Sponsors

WAX Labs


  1. eospy's GitHub repository was archived Jan 2024