Sw/eden APT

antelope - focal

Antelope is an open framework for building fast, secure, and user-friendly Web3 products and services.

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.eossweden.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.eossweden.org/antelope focal stable'
sudo apt-get update

The 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

Packages

stable

sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/antelope focal stable'
Name Description Latest Version
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

edge

No packages

testing

sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/antelope focal testing'
Name Description Latest Version
leap-400-rc2 C++ implementation of the antelope protocol 4.0.0-rc2-1
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