🚗 Autoscout is now available, providing a simple one-click explorer deployment with Blockscout’s optimized hosting infrastructure. Use it for early testing, modifications, and launching a full production-grade explorer. Get Started Now and have your explorer up-and-running in minutes.
These instructions use homebrew for setup. Install homebrew if you don’t already have it installed.
1. Install Requirements
Use homebrew to install basic prerequisites (not including Erlang/Elixir/Node which are installed via asdf)2. Install asdf
asdf is the easiest way to install and set versioning for Erlang and Elixir.3. Install and start PostgreSQL-14
4. Clone the Blockscout repository and install .tool-version from the repository
elixir -v
) and node version (node -v
). You should have the following installed:
Elixir 1.15.x (compiled with Erlang/OTP 26)
Node v18.17.1
🎉 You are ready for manual deployment! Proceed to step 3 in the “Prepare the Backend section”