https://getmonero.org/press-kit/logos/monero-logo-symbol-on-white-480.png

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.

Project homepage: https://github.com/monero-ecosystem/monero-python

Contents:

  • Quick start
    • Connect to testnet for your own safety
    • Start the daemon and create a wallet
    • Start the RPC server
    • Install Dependencies
    • Connect to the wallet
  • Using wallet and accounts
    • The wallet
    • Accounts and subaddresses
    • API reference
  • Addresses and payment IDs
    • Address validation and instatination
    • Generating subaddresses
    • Payment IDs and integrated addresses
    • API reference
  • Sending and receiving payments
    • Retrieving payments
    • Payment and Transaction objects
    • Mempool: Unconfirmed payments
    • Sending payments
    • API reference
  • Interacting with daemon
    • Connecting via proxy (or TOR)
    • Sending prepared transactions
    • No batching due to double spends
    • API reference
  • Backends
    • JSON RPC
    • Offline
  • Mnemonic seeds
    • Generating a new seed
    • Supplying your own seed
    • Deriving account keys
    • API reference
  • Miscellaneous functions, types and constants
    • API reference
  • Exceptions
  • Release Notes
    • 0.7
    • 0.6
    • 0.5
  • License
  • Authors
    • Acknowledgements

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Related Topics

  • Documentation overview
    • Next: Quick start

Quick search

©2018, Michal Salaban. | Powered by Sphinx 1.8.5 & Alabaster 0.7.12 | Page source