logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/eos
or

Install via npx

npx @hexmos/ipm i EOSIO/eos

Prerequisites

Python

language

Version: 3.8.0 or later

Git

system_tool

Version: 2.34.1

Nodejs

package_manager

Version: 18.0.0

npm

package_manager

Version: 12.19.0

Docker

system_tool

Version: 20.10.1

curl

system_tool

Version: 7.84.0

wget

system_tool

Version: 1.23.6

Make

build_tool

LLVM Compiler Suite

system_package

Version: 12.0.1

WebAssembly (WASM)

library

Version: 0.9.4

Linux

os

Version: Ubuntu 20.04 LTS or later

macOS

os

Version: 10.15 (Catalina) or later

Windows

os

Version: 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.rpm

RPM 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.rpm

Mac OS X Brew Installation

brew tap eosio/eos

brew install eosio

Ubuntu Package Installation (Ubuntu 20.04)

sudo apt install ./eosio_2.1.0-1-ubuntu-20.04_amd64.deb

Ubuntu Package Installation (Ubuntu 18.04)

sudo apt install ./eosio_2.1.0-1-ubuntu-18.04_amd64.deb

Ubuntu Package Installation (Ubuntu 16.04)

sudo apt install ./eosio_2.1.0-1-ubuntu-16.04_amd64.deb

RPM Package Installation (CentOS 7)

sudo yum install ./eosio-2.1.0-1.el7.x86_64.rpm

RPM Package Installation (CentOS 8)

sudo yum install ./eosio-2.1.0-1.el8.x86_64.rpm

Mac OS X Brew Installation

brew tap eosio/eos

brew install eosio

Ubuntu Package Installation (Ubuntu 20.04)

sudo apt install ./eosio_2.1.0-1-ubuntu-20.04_amd64.deb

Ubuntu Package Installation (Ubuntu 18.04)

sudo apt install ./eosio_2.1.0-1-ubuntu-18.04_amd64.deb

Ubuntu Package Installation (Ubuntu 16.04)

sudo apt install ./eosio_2.1.0-1-ubuntu-16.04_amd64.deb

RPM Package Installation (CentOS 7)

sudo yum install ./eosio-2.1.0-1.el7.x86_64.rpm

RPM Package Installation (CentOS 8)

sudo yum install ./eosio-2.1.0-1.el8.x86_64.rpm

Post Installation Steps

  • Start the EOSIO node using the command: `eosio-cli start`.
  • Connect to the blockchain using a wallet like MetaMask or EOS Wallet.