Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 566 Bytes

pymonero-gui

  • Proof-of-concept to develop with monero in Python. Currently only creates & shows a monero wallet (main public address & seed)

  • TESTING ONLY. Filename & testnet hardcoded in init app.py

  • Uses https://github.com/ehanoc/pymonero (Python C++ bindings)

Dependencies

  • sudo apt-get install python3-tk

Build

  • Clone
  • git submodule update --init --recursive --remote
  • build & install python module sh build.sh (Wait, will build monero first)
  • run python3 app.py

Alt text