Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

firoorg/electrum-firo-archived

 
 

Repository files navigation

Electrum Firo - Lightweight Firo client

Licence: MIT Licence
Author: Thomas Voegtlin
Language: Python (>= 3.6)
Homepage: https://electrum.org/
Build Status Test coverage statistics Help translate Electrum online

Getting started

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.

Development 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

Creating Binaries

Linux (tarball)

See contrib/build-linux/README.md.

Linux (AppImage)

See contrib/build-linux/appimage/README.md.

Mac OS X / macOS

See contrib/osx/README.md.

Windows

See contrib/build-wine/README.md.

Android

See electrum/gui/kivy/Readme.md.

About

Firo light-weight electrum client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.2%
  • Dockerfile 0.3%
  • NSIS 0.2%
  • Java 0.1%
  • Makefile 0.0%