/exer

Exer is an open-source, client-side blockchain explorer for Ethereum.

Primary LanguageJavaScriptMIT LicenseMIT

Nov 2019 note: this project is currently unmaintained, and the domain is no longer registered by me. You can still visit the latest deployment at exer.netlify.com.

Exer

Exer is an open-source block explorer for Ethereum and Ethereum-like networks. It's made using React and retrieves its data using EthQL. You can access the live site by visiting exer.io.

Running locally

After executing yarn install, you can perform the following commands to run Exer locally.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

yarn run build

Builds the app for production to the build folder.