How to install EOSIO/eos. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
EOSIO/eos Installation Guide
How to install EOSIO/eos. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for EOSIO/eos. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i EOSIO/eosor
Install via npx
npx @hexmos/ipm i EOSIO/eosPrerequisites
Python
languageVersion: 3.8.0 or later
Git
system_toolVersion: 2.34.1
Nodejs
package_managerVersion: 18.0.0
npm
package_managerVersion: 12.19.0
Docker
system_toolVersion: 20.10.1
curl
system_toolVersion: 7.84.0
wget
system_toolVersion: 1.23.6
Make
build_toolLLVM Compiler Suite
system_packageVersion: 12.0.1
WebAssembly (WASM)
libraryVersion: 0.9.4
Linux
osVersion: Ubuntu 20.04 LTS or later
macOS
osVersion: 10.15 (Catalina) or later
Windows
osVersion: 10.0.19041 or later
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
RPM Package Installation (CentOS 7)
wget https://github.com/eosio/eos/releases/download/v2.1.0/eosio-2.1.0-1.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-1.el7.x86_64.rpmRPM Package Installation (CentOS 8)
wget https://github.com/eosio/eos/releases/download/v2.1.0/eosio-2.1.0-1.el8.x86_64.rpm
sudo yum install ./eosio-2.1.0-1.el8.x86_64.rpmMac OS X Brew Installation
brew tap eosio/eos
brew install eosioUbuntu Package Installation (Ubuntu 20.04)
sudo apt install ./eosio_2.1.0-1-ubuntu-20.04_amd64.debUbuntu Package Installation (Ubuntu 18.04)
sudo apt install ./eosio_2.1.0-1-ubuntu-18.04_amd64.debUbuntu Package Installation (Ubuntu 16.04)
sudo apt install ./eosio_2.1.0-1-ubuntu-16.04_amd64.debRPM Package Installation (CentOS 7)
sudo yum install ./eosio-2.1.0-1.el7.x86_64.rpmRPM Package Installation (CentOS 8)
sudo yum install ./eosio-2.1.0-1.el8.x86_64.rpmMac OS X Brew Installation
brew tap eosio/eos
brew install eosioUbuntu Package Installation (Ubuntu 20.04)
sudo apt install ./eosio_2.1.0-1-ubuntu-20.04_amd64.debUbuntu Package Installation (Ubuntu 18.04)
sudo apt install ./eosio_2.1.0-1-ubuntu-18.04_amd64.debUbuntu Package Installation (Ubuntu 16.04)
sudo apt install ./eosio_2.1.0-1-ubuntu-16.04_amd64.debRPM Package Installation (CentOS 7)
sudo yum install ./eosio-2.1.0-1.el7.x86_64.rpmRPM Package Installation (CentOS 8)
sudo yum install ./eosio-2.1.0-1.el8.x86_64.rpmPost Installation Steps
- Start the EOSIO node using the command: `eosio-cli start`.
- Connect to the blockchain using a wallet like MetaMask or EOS Wallet.
