::
Licence: MIT Licence Author: Thomas Voegtlin Language: Python (>= 3.6) Homepage: https://electrum.org/
.. image:: https://travis-ci.org/spesmilo/electrum.svg?branch=master :target: https://travis-ci.org/spesmilo/electrum :alt: Build Status .. image:: https://coveralls.io/repos/github/spesmilo/electrum/badge.svg?branch=master :target: https://coveralls.io/github/spesmilo/electrum?branch=master :alt: Test coverage statistics .. image:: https://d322cqt584bo4o.cloudfront.net/electrum/localized.svg :target: https://crowdin.com/project/electrum :alt: Help translate Electrum online
Electrum is a pure python application. Please download a release binary for your OS from the releases page: https://github.com/firoorg/electrum-firo/releases Do always backup your account secret before upgrading to a newer version.
Check out the code from GitHub::
git clone git://github.com/firoorg/electrum-firo.git
cd electrum-firo
Run install (this should install dependencies)::
python3 -m pip install .[fast]
Compile the protobuf description file::
sudo apt-get install protobuf-compiler
protoc --proto_path=electrum --python_out=electrum electrum/paymentrequest.proto
Create translations (optional)::
sudo apt-get install python-requests gettext
./contrib/pull_locale
See :code:contrib/build-linux/README.md
.
See :code:contrib/build-linux/appimage/README.md
.
See :code:contrib/osx/README.md
.
See :code:contrib/build-wine/README.md
.
See :code:electrum/gui/kivy/Readme.md
.