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 jammy 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 jammy stable'| Name | Description | Latest Version | 
|---|---|---|
| antelope-spring-100 | C++ implementation of the antelope protocol with savanna consensus | 1.0.0 | 
| antelope-spring-104 | C++ implementation of the antelope protocol with savanna consensus | 1.0.4 | 
| antelope-spring-110 | C++ implementation of the antelope protocol with savanna consensus | 1.1.0 | 
| antelope-spring-111 | C++ implementation of the antelope protocol with savanna consensus | 1.1.1 | 
| antelope-spring-112 | C++ implementation of the antelope protocol with savanna consensus | 1.1.2 | 
| 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-315 | C++ implementation of the antelope protocol | 3.1.5 | 
| leap-324 | C++ implementation of the antelope protocol | 3.2.4 | 
| leap-325 | C++ implementation of the antelope protocol | 3.2.5 | 
| leap-404 | C++ implementation of the antelope protocol | 4.0.4 | 
| leap-405 | C++ implementation of the antelope protocol | 4.0.5 | 
| leap-500 | C++ implementation of the antelope protocol | 5.0.0 | 
| leap-501 | C++ implementation of the antelope protocol | 5.0.1 | 
| leap-502 | C++ implementation of the antelope protocol | 5.0.2 | 
| leap-503 | C++ implementation of the antelope protocol | 5.0.3 | 
No packages
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/antelope jammy testing'| Name | Description | Latest Version | 
|---|---|---|
| antelope-spring-100-rc2 | C++ implementation of the antelope protocol with savanna consensus | 1.0.0-rc2 | 
| antelope-spring-100-rc3 | C++ implementation of the antelope protocol with savanna consensus | 1.0.0-rc3 | 
| antelope-spring-110-rc1 | C++ implementation of the antelope protocol with savanna consensus | 1.1.0-rc1 | 
| antelope-spring-110-rc2 | C++ implementation of the antelope protocol with savanna consensus | 1.1.0-rc2 | 
| 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 | 
| leap-500-rc2 | C++ implementation of the antelope protocol | 5.0.0-rc2 | 
| leap-500-rc3 | C++ implementation of the antelope protocol | 5.0.0-rc3 |