wownero-python/docs/source/index.rst

40 lines
886 B
ReStructuredText
Raw Normal View History

2018-02-13 23:47:30 +00:00
.. image:: https://getmonero.org/press-kit/logos/monero-logo-symbol-on-white-480.png
2018-01-16 21:07:27 +00:00
2018-02-13 23:47:30 +00:00
Python module for Monero
========================
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.
2018-01-16 21:07:27 +00:00
2019-03-11 20:33:21 +00:00
Project homepage: https://github.com/monero-ecosystem/monero-python
2018-02-13 23:47:30 +00:00
2018-01-16 21:07:27 +00:00
.. toctree::
2019-01-03 18:04:42 +00:00
:maxdepth: 2
2018-01-16 21:07:27 +00:00
:caption: Contents:
quickstart
2018-01-16 21:07:27 +00:00
wallet
address
2018-02-05 18:05:00 +00:00
transactions
2018-01-16 21:07:27 +00:00
daemon
backends
seed
misc
2018-01-16 21:07:27 +00:00
exceptions
2019-01-03 18:05:03 +00:00
release_notes
2018-01-16 21:07:27 +00:00
license
authors
Indices and tables
------------------
2018-01-16 21:07:27 +00:00
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`