Nov 2019 note: this project is currently unmaintained, and the domain is no longer registered by me. You can still visit the latest deployment atexer.netlify.com.
Exeris an open-source block explorer for Ethereum and Ethereum-like networks. It's made usingReactand retrieves its data usingEthQL.You can access the live site by visitingexer.io.
After executingyarn install
,you can perform the following commands to run Exer locally.
yarn start
Runs the app in the development mode.
Openhttp://localhost:3000to view it in the browser.
The page will reload if you make edits.
yarn run build
Builds the app for production to thebuild
folder.