Add quick start tutorial and docs on wallet, address

This commit is contained in:
Michał Sałaban 2018-01-18 02:59:09 +01:00
parent 9c05dfe4b1
commit ea6d4264a7
5 changed files with 355 additions and 8 deletions

View file

@ -1,22 +1,31 @@
Python module for Monero -- docs
================================================
Here Monero meets Python.
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: 2
:maxdepth: 1
:caption: Contents:
quickstart
wallet
address
daemon
backends
exceptions
license
authors
Indices and tables
==================
------------------
* :ref:`genindex`
* :ref:`modindex`