WAX Chain port of EOSIO and related software.
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 jammy 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
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/wax jammy stable'
Name | Description | Latest Version |
---|---|---|
wax-leap-315wax01 | Port of antelopeio software to wax blockchain | 3.1.5wax01 |
wax-leap-324wax01 | Port of antelopeio software to wax blockchain | 3.2.4wax01 |
wax-leap-325wax01 | Port of antelopeio software to wax blockchain | 3.2.5wax01 |
wax-leap-404wax01 | Port of antelopeio software to wax blockchain | 4.0.4wax01 |
wax-leap-405wax01 | Port of antelopeio software to wax blockchain | 4.0.5wax01 |
wax-leap-500wax01 | Port of antelopeio software to wax blockchain | 5.0.0wax01 |
wax-leap-501wax01 | Port of antelopeio software to wax blockchain | 5.0.1wax01 |
wax-leap-503wax01 | Port of antelopeio software to wax blockchain | 5.0.3wax01 |
No packages
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/wax jammy testing'
Name | Description | Latest Version |
---|---|---|
wax-leap-500wax01-rc3 | Port of antelopeio software to wax blockchain | 5.0.0wax01-rc3 |