Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 270 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 270 Bytes

To Start

Add an Etherscan api key to a .env file, create a new .env by copying the example: cp .env.example .env and then edit .env and insert your API key in the appropriate env var.

Run: make start

Then visit the app in your browser at localhost:3000