All Projects → monero-ecosystem → Monero Python

monero-ecosystem / Monero Python

Licence: bsd-3-clause
A comprehensive Python module for handling Monero cryptocurrency

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Monero Python

Zold
An Experimental Non-Blockchain Cryptocurrency for Fast Micro Payments
Stars: ✭ 183 (+50%)
Mutual labels:  cryptocurrency, wallet, payment
Guarda Android Wallets
Mobile cryptocurrency wallets for Android
Stars: ✭ 95 (-22.13%)
Mutual labels:  cryptocurrency, wallet
Libreselery
Continuous distribution of funding to your project contributors and dependencies. Integrated into GitHub Actions
Stars: ✭ 92 (-24.59%)
Mutual labels:  cryptocurrency, payment
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-18.85%)
Mutual labels:  cryptocurrency, monero
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-29.51%)
Mutual labels:  cryptocurrency, monero
Xmrminer
An embeddable Monero miner written in Swift.
Stars: ✭ 87 (-28.69%)
Mutual labels:  cryptocurrency, monero
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-21.31%)
Mutual labels:  cryptocurrency, wallet
Mobile Wallet
📲 Multi Platform ARK Mobile Wallet
Stars: ✭ 76 (-37.7%)
Mutual labels:  cryptocurrency, wallet
Beancounter
Utility to audit the balance of Hierarchical Deterministic (HD) wallets. Supports multisig + segwit wallets.
Stars: ✭ 109 (-10.66%)
Mutual labels:  cryptocurrency, wallet
Stacks Wallet
Stacks Wallet—Send and receive STX tokens on the Stacks Blockchain.
Stars: ✭ 112 (-8.2%)
Mutual labels:  cryptocurrency, wallet
Kasisto
A Monero Point of Sale payment system
Stars: ✭ 120 (-1.64%)
Mutual labels:  cryptocurrency, monero
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-31.15%)
Mutual labels:  cryptocurrency, wallet
Airgap Wallet
The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.
Stars: ✭ 78 (-36.07%)
Mutual labels:  cryptocurrency, wallet
Eltwallet
Non-custodial decentralized mobile wallet
Stars: ✭ 88 (-27.87%)
Mutual labels:  cryptocurrency, wallet
Sumoeasyminer
The most easy, intuitive CPU miner for cryptonote-based cryptocurrency
Stars: ✭ 77 (-36.89%)
Mutual labels:  cryptocurrency, monero
Python Binance Chain
Binance Chain Exchange API python implementation for automated trading
Stars: ✭ 96 (-21.31%)
Mutual labels:  rpc, cryptocurrency
Raiwebwallet
Raiblocks raiwallet.com wallet source code
Stars: ✭ 113 (-7.38%)
Mutual labels:  cryptocurrency, wallet
Bitcoinaddress
Bitcoin Wallet Address Generator
Stars: ✭ 52 (-57.38%)
Mutual labels:  cryptocurrency, wallet
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-55.74%)
Mutual labels:  cryptocurrency, monero
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-18.03%)
Mutual labels:  cryptocurrency, wallet

Python Monero module

|travis|_ |coveralls|_

.. |travis| image:: https://travis-ci.org/monero-ecosystem/monero-python.svg .. _travis: https://travis-ci.org/monero-ecosystem/monero-python

.. |coveralls| image:: https://coveralls.io/repos/github/monero-ecosystem/monero-python/badge.svg .. _coveralls: https://coveralls.io/github/monero-ecosystem/monero-python

A comprehensive Python module for handling Monero cryptocurrency.

.. warning:: With release 0.6 the project name at PyPi has changed from monero-python to monero. Please update your dependency files.

.. _the latest source: https://github.com/monero-project/monero .. _documentation: http://monero-python.readthedocs.io/en/latest/ .. _Monero FFS: https://forum.getmonero.org/9/work-in-progress

Copyrights

Released under the BSD 3-Clause License. See LICENSE.txt_.

Copyright (c) 2017-2018 Michał Sałaban [email protected] and Contributors: lalanza808, cryptochangements34, atward, rooterkyberian, brucexiu, lialsoftlab, moneroexamples, massanchik, MrClottom, jeffro256.

Copyright (c) 2016 The MoneroPy Developers (monero/base58.py taken from MoneroPy_)

Copyright (c) 2011-2013 pyca/ed25519_ Developers (monero/ed25519.py)

Copyright (c) 2011 [email protected] (monero/seed.py based on Electrum_)

.. _LICENSE.txt: LICENSE.txt .. _MoneroPy: https://github.com/bigreddmachine/MoneroPy .. _pyca/ed25519: https://github.com/pyca/ed25519 .. _Electrum: https://github.com/spesmilo/electrum

.. _lalanza808: https://github.com/lalanza808 .. _cryptochangements34: https://github.com/cryptochangements34 .. _atward: https://github.com/atward .. _rooterkyberian: https://github.com/rooterkyberian .. _brucexiu: https://github.com/brucexiu .. _lialsoftlab: https://github.com/lialsoftlab .. _moneroexamples: https://github.com/moneroexamples .. _massanchik: https://github.com/massanchik .. _MrClottom: https://github.com/MrClottom .. _jeffro256: https://github.com/jeffro256

Want to help?

If you find this project useful, please consider a donation to the following address: 481SgRxo8hwBCY4z6r88JrN5X8JFCJYuJUDuJXGybTwaVKyoJPKoGj3hQRAEGgQTdmV1xH1URdnHkJv6He5WkEbq6iKhr94

Development

  1. Clone the repo
  2. Create virtualenv & activate it

.. code-block:: bash

python3 -m venv .venv
source .venv/bin/activate
  1. Install dependencies

.. code-block:: bash

.venv/bin/pip install -r requirements.txt -r test_requirements.txt
  1. Do your thing

  2. Run tests

.. code-block:: bash

.venv/bin/pytest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].