Licence: MIT Licence Author: Thomas Voegtlin Language: Python (>= 3.6) Homepage: https://electrum.org/
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 contrib/build-linux/README.md
.
See contrib/build-linux/appimage/README.md
.
See contrib/osx/README.md
.
See contrib/build-wine/README.md
.
See electrum/gui/kivy/Readme.md
.