.. xrpl-py documentation master file, created by sphinx-quickstart on Mon Feb 8 13:40:11 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to xrpl-py's Documentation! =================================== A pure Python implementation for interacting with the XRP Ledger, the ``xrpl-py`` library simplifies the hardest parts of XRP Ledger interaction, like serialization and transaction signing, by providing native Python methods and models for `XRP Ledger transactions `_ and core server `API `_ (`rippled `_) objects. See the `project README `_ for more information about its features and usage examples. Install -------------- First, ensure that you have `Python 3.7 `_ or later. Then, download the package via ``pip``: ``pip3 install xrpl-py`` Report Issues -------------- If you run into any bugs or other problems with the library, please report them as issues in the `xrpl-py repo `_. .. toctree:: :maxdepth: 1 :caption: Table of Contents source/snippets source/xrpl.account source/xrpl.ledger source/xrpl.transaction source/xrpl.wallet source/xrpl.clients source/xrpl.models source/xrpl.utils source/xrpl source/xrpl.core source/xrpl.asyncio Indices and Tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`