Skip to content

terrashiba/finder

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 71.5%
  • SCSS 27.0%
  • Other 1.5%