Please head to this link to trigger a download.
Open your terminal
sudo apt-get install unzip
I like to have a my applications download on /opt folder on linux, if you don't want to place it there, move the dex to the folder of your choice, but don't forget to adapt the commands down below with your folder path. Open your terminal and type
sudo unzip ~/Downloads/Stakenet.zip -d /opt/Stakenet
At this stage you can already use the dex, you can either use the raw launch via terminal or follow the guide down below to create a desktop icon
Run this command in the terminal :
/opt/Stakenet/AppRun
sudo ln -s /opt/Stakenet/AppRun /usr/bin/Stakenet
After that you can launch the dex via this simple command: Stakenet
, then press enter.
Continue the guide if you wish to create a desktop icon.
- Copy paste this in your terminal
cat << EOF > ~/.local/share/applications/Stakenet.desktop [Desktop Entry] Name=Stakenet DEX GenericName=Stakenet DEX X-GNOME-FullName=Stakenet DEX Comment=Stakenet crypto decentralized exchange Keywords=dex; Exec=/opt/Stakenet/AppRun Terminal=false Type=Application Icon=https://stakenet.io/favicon.ico Categories=Cryptocurrency;DEX; EOF
- Open your Desktop menu, type Stakenet and you will see the entry Stakenet DEX (without icon currently)
- Right click on it and select Add to desktop
- Go to your desktop and right click on the new made Stakenet DEX entry
- Heads up to the Permissions tab and verify that the Allow executing file as program is checked
Enjoy trading ! If you had a problem launching, reach out the dex-support channel on the Stakenet discord !