/finder

The Terra Finder is a tool to search through blocks, transactions, and accounts on the Terra blockchain.

Primary LanguageTypeScriptMIT LicenseMIT

Terra Finder

banner

CircleCI

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.

Project setup

npm install

Configure the environement variables

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.

Compiles and hot-reloads for development

npm start