A Graphical interface for FluxWallet
Project description
Lucidwallet
A Frontend for Fluxwallet
Features
- Full graphical wallet in your terminal
- Browser support coming soon
- Works over ssh with full copy paste (even headless)
- Flux native wallet (other chains coming soon)
- Optionally encrypt keys
- Send / receive transactions
- Sign messages (login to home.runonflux.io)
- Create wallet / import from mnemonic
- Uses Websocket to subscribe for latest blocks
Quickstart
Once install run from a terminal:
lucidwallet
Installation
Requires Python 3.10 or greater. If you don't have Python 3.10 - use the docker image (see below)
macOS
Prerequisites:
gmp
brew install gmp
Install:
python3 -m pip install lucidwallet
A note on macOS terminal, it is recommended that you use ITerm2
, native terminal works, however you need to modify some settings. See here if you plan on using Terminal.app
Ubuntu 22.04 (comes standard with Python 3.10)
Prerequisites:
libgmp-dev
sudo apt-get update && apt-get install python3-pip libgmp3-dev
Install:
python3 -m pip install lucidwallet
Source your profile to pick up new bin folder (or restart terminal)
source ~/.profile
Windows
*** NOT TESTED YET ***
Docker
Usage notes:
Performance takes a bit of a hit on docker (especially on macOS) You can try virtiofs for faster mounts. See here
However, docker lucidwallet is the easiest to install.
If you want to store the db in between runs, mount a db dir
docker run -v $(pwd)/database/:/database --rm -it megachips/lucidwallet:latest
This will create a database
folder in your current directory, and the container will store database files there
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lucidwallet-0.2.9.tar.gz
.
File metadata
- Download URL: lucidwallet-0.2.9.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.2 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f40984e9a7df0b19046b6c9bb59e6e6c3530a68437fc986931616eea2833b7f |
|
MD5 | 6cae4cd050d630be26c260befadb052d |
|
BLAKE2b-256 | ee81e5d14d7e7c122fd7c0472bf294dcb6b5b0f6a7033c8ade74805fff54b14d |
File details
Details for the file lucidwallet-0.2.9-py3-none-any.whl
.
File metadata
- Download URL: lucidwallet-0.2.9-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.2 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b724a3adae54aaa93aadd87e4b13732f3b6bfb6eb8988b33c707997cbab205f |
|
MD5 | cabd7358981085cc380f168aff430904 |
|
BLAKE2b-256 | 3dc98aa7cc75699e51a010632fd8c08e5ab32f997f6c79da64c517433e7361ce |