General Backend Requirements / Blockscout Backend Prerequisites
Install the software below prior to Blockscout installation. For additional requirements see:
Database Storage Requirements: Storage required for common chains to give a sense of needed storage
Node Tracing Requirements: JSON RPC methods
Client Setting Requirements: Settings related to client implementations (ie Geth, OpenEthereum, etc)
Hardware/Hosting Requirements: Base requirements for a hosted instance of Blockscout.
brew install erlang
brew install elixir
brew install postgresql
brew install node
brew install automake
brew install libtool
Not Required
Ubuntu - apt-get install inotify-tools
brew install gcc
brew install gmp
Make
-
sudo apt install make
if Debian 9
G++ Compiler
-
sudo apt install g++
if Debian 9
Additional requirements for Blockscout versions below 5.1.3:
Rust
-
Cargo
-
Ubuntu - apt-get install cargo
Last updated
Was this helpful?