The Terra Finder is a tool to search through blocks, transactions, and accounts on the Terra blockchain.
The Finder is derived from the Cosmos Explorer.
npm install
If required, edit .env.development.
For local development you might want to use this configuration:
HOST=localhost
HTTPS=false
BROWSER=none
REACT_APP_DEFAULT_NETWORK=localterra
REACT_APP_DEFAULT_NETWORK is the default selected network that finder will use.
See src/config/networks.ts for the list of available networks.
npm start
