mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
33 lines
729 B
ReStructuredText
33 lines
729 B
ReStructuredText
Python module for Monero -- docs
|
|
================================================
|
|
|
|
Welcome to the documentation for the `monero` Python module.
|
|
|
|
The aim of this project is to offer a set of tools for interacting with Monero
|
|
cryptocurrency in Python. It provides higher level classes representing objects
|
|
from the Monero environment, like wallets, accounts, addresses, transactions.
|
|
|
|
Currently it operates over JSON RPC protocol, however other backends are
|
|
planned as well.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Contents:
|
|
|
|
quickstart
|
|
wallet
|
|
address
|
|
transactions
|
|
daemon
|
|
backends
|
|
exceptions
|
|
license
|
|
authors
|
|
|
|
|
|
Indices and tables
|
|
------------------
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|