The Qortal UI is the interface for the future digital world. Giving access to Qortal (https://qortal.org) along with its completely Decentralized/Distributed/Encrypted data network (QDN) powers:
The Qortal Blockchain-Based Infrastructure is **the only truly decentralized, freedom-focused, and individually sovereign digital platform in the world. Come check it out for yourself!
NOTE - the snap store is saying that the software is proprietary, this is NOT TRUE, EVERYTHING IN QORTAL IS 100% OPEN SOURCE. The Code for the Qortal UI can be found here - https://github.com/qortal/qortal-ui
The other repos of the project are available here - https://github.com/qortal
QDN - Qortal Data Network - QDN is a decentralized/distributed/encrypted/chunked data network, powered by each node of the Qortal Network. QDN is completely UNIQUE, and unlike any other data network in the world. Data published on QDN is there indefinitely, getting stronger, faster, and more redundant with each new access by a user, or 'follower' node.
There is no other network like Qortal. Combining the security of a blockchain-based authentication system and the power of a distributed/decentralized/encrypted/chunked data network to create a unique infrastructure unlike anything else in the world.
A SINGLE 'Name Registration' fee (paid to the minters and users of the network, and not to any service provider) allows you to host your website, application, and data of all kinds FOREVER for NO CONTINUAL FEES.
QORTAL AND THE QORTAL UI ARE COMPLETELY OPEN SOURCE - NOT SURE WHY SNAP SAYS IT IS PROPRIETARY, AS THAT IS NOT TRUE. THE GIT REPOS CAN BE FOUND HERE - https://github.com/qortal - and soon there will be a git replacement built on QDN as well.
Existing Functionality Includes:
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Snap is available for Red Hat Enterprise Linux (RHEL) 8 and RHEL 7, from the 7.6 release onward.
The packages for RHEL 7, RHEL 8, and RHEL 9 are in each distribution’s respective Extra Packages for Enterprise Linux (EPEL) repository. The instructions for adding this repository diverge slightly between RHEL 7, RHEL 8 and RHEL 9, which is why they’re listed separately below.
The EPEL repository can be added to RHEL 9 with the following command:
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo dnf upgrade
The EPEL repository can be added to RHEL 8 with the following command:
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf upgrade
The EPEL repository can be added to RHEL 7 with the following command:
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Adding the optional and extras repositories is also recommended:
sudo subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms"
sudo yum update
Snap can now be installed as follows:
sudo yum install snapd
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again or restart your system to ensure snap’s paths are updated correctly.
To install Qortal UI, simply use the following command:
sudo snap install qortal-ui
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.