GUI for Algorand algod and kmd deamon
Project description
Algo Tides
Description
This Python application is a graphic interface for the user who owns or have access to an Algorand node and would like to issue operations through a GUI rather than CLI. (i.e.: manage wallets and addresses, send transactions, save a contact list)
Disclaimer
Clone this repo only if you want to develop. If you are just a user please download the python package following
instructions below.
This repo is not guaranteed to work between commits.
Installation
$ pip install algotides
or you can download the .tar.gz
package and install it that way.
Users shouldn't download from this repo because it is not guaranteed to work between commits.
Better to install via pip
Security
Please keep in mind that this software stores some serialized data inside <HOME_FOLDER>/.algo-tides
.
As a result of this any user should put over this folder permissions that are stricter than usual.
It is possible to inject arbitrary code when deserializing jsonpickle
files so please be mindful.
Donations
Please consider donating ALGO to this project at the following address:
TIDESVS3UR7WQTR5J3M5ADEJVOUUS2C2YOEIU4Z6VTPU2EMQME7PSDK76A
Any donation will be used to fund the development and maintenance of Algo Tides.
Algo Tides will always remain a free and open source app. Donations are on a voluntary basis.
Requirements
- Python 3.7
Packages:
- PySide2
- py-algorand-sdk
- jsonpickle
- qasync
- aioify
Troubleshoot
-
qt.qpa.plugin: Could not load the Qt platform plugin "xcb"
This step creates a symlink from the existing library to the needed library:
on MXLinux 19.4:
sudo ln -s /usr/lib/x86_64-linux-gnu/libxcb-util.so.0.0.0 /usr/lib/x86_64-linux-gnu/libxcb-util.so.1
on Debian 10:
sudo ln -s /usr/lib/x86_64-linux-gnu/libxcb-util.so /usr/lib/x86_64-linux-gnu/libxcb-util.so.1
Project details
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 algotides-1.0.4.tar.gz
.
File metadata
- Download URL: algotides-1.0.4.tar.gz
- Upload date:
- Size: 308.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9505c1e6ac4dd5cc214f70de241f7a2265e54337cf5d08d9a50a8205e383d5d3 |
|
MD5 | 1a09b6e878b5ae78ca8c011d686a0857 |
|
BLAKE2b-256 | 16c49c0ae12914ccabf45e732b7eb594ea55174625906007265330aa21a5786b |
File details
Details for the file algotides-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: algotides-1.0.4-py3-none-any.whl
- Upload date:
- Size: 341.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21db9216eb4667c3d500fea519f07f26a98f4812fce0c585e4c1b638ca6df8ef |
|
MD5 | 0e4fd7abdbb3dbf55f75d311891b792e |
|
BLAKE2b-256 | b3fa58720584c0094e365bd8f22abefaa77a9a8c0cef46f8032ad534f78c44c2 |