Antelope is an open framework for building fast, secure, and user-friendly Web3 products and services.
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.eossweden.org/key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/eossweden-2023.gpg > /dev/nullThen you can add one or more of your repositories:
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/antelope numbat stable'
sudo apt-get updateThe url is structures as follows:
https://apt.eossweden.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.eossweden.org/antelope numbat stable'| Name | Description | Latest Version |
|---|---|---|
| antelope-spring-100 | C++ implementation of the antelope protocol with savanna consensus | 1.0.0 |
| antelope-spring-113 | C++ implementation of the antelope protocol with savanna consensus | 1.1.3 |
| antelope-spring-114 | C++ implementation of the antelope protocol with savanna consensus | 1.1.4 |
| antelope-spring-115 | C++ implementation of the antelope protocol with savanna consensus | 1.1.5 |
| antelope-spring-120 | C++ implementation of the antelope protocol with savanna consensus | 1.2.0 |
| leap-502 | C++ implementation of the antelope protocol | 5.0.2 |
| leap-503 | C++ implementation of the antelope protocol | 5.0.3 |
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/antelope numbat edge'| Name | Description | Latest Version |
|---|---|---|
| antelope-spring-120-rc2 | C++ implementation of the antelope protocol with savanna consensus | 1.2.0-rc2 |
| antelope-spring-120-rc3 | C++ implementation of the antelope protocol with savanna consensus | 1.2.0-rc3 |
No packages