Sw/eden APT

wax - focal

WAX Chain port of EOSIO and related software.

Setup -

First you need to make sure some packages are installed and that our gpg key is added to apt:

sudo apt-get install software-properties-common
curl -sS https://apt.waxsweden.org/key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/eossweden-2023.gpg > /dev/null

Then you can add one or more of your repositories:

sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/wax focal stable'
sudo apt-get update

The url is structures as follows:

https://apt.waxsweden.org/<repository> <distribution> <component> [ <component1> ] [ <componentN> ]

one repository, distribution and one or more components needs to be specified. These are explained in detail here

Packages

stable

sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/wax focal stable'
Name Description Latest Version
wax-leap-315wax01 Wax-leap built using cmake 3.1.5wax01
wax-leap-324wax01 Wax-leap built using cmake 3.2.4wax01
wax-leap-325wax01 Wax-leap built using cmake 3.2.5wax01
wax-leap-405wax01 Wax-leap built using cmake 4.0.5wax01

edge

No packages

testing

No packages