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/null
Then you can add one or more of your repositories:
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/antelope bionic 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
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/antelope bionic stable'
Name | Description | Latest Version |
---|---|---|
cdt | Toolchain and supporting tools to facilitate c/c++ development of contracts for antelope blockchains | 3.0.1-1 |
leap-310-rc4 | Daemon and cli tools including nodeos, cleos, and keosd | 3.1.0-rc4 |
leap-310 | Daemon and cli tools including nodeos, cleos, and keosd | 3.1.0 |
leap-311 | C++ implementation of the antelope protocol | 3.1.1-1 |
leap-312 | C++ implementation of the antelope protocol | 3.1.2-1 |
leap-313 | C++ implementation of the antelope protocol | 3.1.3-1 |
leap-314 | C++ implementation of the antelope protocol | 3.1.4-1 |
leap-315 | Daemon and cli tools including nodeos, cleos, and keosd | 3.1.5 |
leap-320 | C++ implementation of the antelope protocol | 3.2.0-1 |
leap-321 | C++ implementation of the antelope protocol | 3.2.1-1 |
leap-322ubuntu1 | C++ implementation of the antelope protocol | 3.2.2-1ubuntu1 |
leap-323 | C++ implementation of the antelope protocol | 3.2.3-1 |
leap-324 | Daemon and cli tools including nodeos, cleos, and keosd | 3.2.4 |
leap-400-rc1ubuntu1 | C++ implementation of the antelope protocol | 4.0.0-rc1-1ubuntu1 |
leap-400-rc2 | C++ implementation of the antelope protocol | 4.0.0-rc2-1 |
leap-400 | C++ implementation of the antelope protocol | 4.0.0-1 |
leap-403 | C++ implementation of the antelope protocol | 4.0.3-1 |
leap-404 | Daemon and cli tools including nodeos, cleos, and keosd | 4.0.4 |
leap | Daemon and cli tools including nodeos, cleos, and keosd | 3.2.3 |
No packages
sudo apt-add-repository -y 'deb [arch=amd64] https://apt.eossweden.org/antelope bionic testing'
Name | Description | Latest Version |
---|---|---|
leap-325 | C++ implementation of the antelope protocol | 3.2.5 |
leap-405 | Daemon and cli tools including nodeos, cleos, and keosd | 4.0.5 |