The repository is hosted on https://apt.waxsweden.org
The most recent updated WAX information will be found on our github.
Link to all our repositories.
Setup
- First you may need to install the following to add a repository. -
This is installed on most machines from start and if so, you can skip it.
$ sudo apt-get install software-properties-common
Then you must add our
gpg
key to apt
:
$ curl https://apt.waxsweden.org/key 2> /dev/null | sudo apt-key add -
Then you can add one or more of your repositories:
$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/wax bionic stable'
$ sudo apt-get update
The url is structures as follows:
https://apt.waxsweden.org/<repository> bionic <component> [ <component1> ] [ <componentN> ]
one repository
and one or more components
needs to be specified. These are explained below.
Contents
Here is a list of different repositories we provide.
Repositories
Components
Each repository has 3 different components described below.
Name | Description |
---|---|
stable | Releases that are properly tested and does not contain any experimental code |
edge | Development releases that may or may not work as expected. Do not use in production environment |
testing | Cutting edge releases, everything ends up here first to be tested before being moved to edge or stable |
WAX Repository
WAX Chain port of EOSIO and related software.
stable
Name | Version |
---|---|
wax | 1.8.4-1 |
- | 1.8.3-1 |
edge
No packages
testing
No packages
EOSIO repository
EOSIO related software
stable
$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/eosio bionic stable'
Name | Version |
---|---|
cleos-v2 | 1.8.4-1 |
eosio | 1.8.4-1 |
- | 1.8.3-1 |
- | 1.8.2-1 |
edge
$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/eosio bionic edge'
Name | Version |
---|---|
eosio | 2.0.0-rc1 |
- | 1.8.3-unexpected |
testing
$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.waxsweden.org/eosio bionic testing'
Name | Version |
---|---|
eosio | 1.8.5-1 |
eosio.cdt-1.3 | 1.3.0 |
eosio.cdt-1.5 | 1.5.0-1 |
eosio.cdt-1.6 | 1.6.2-1 |