Skip to content

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

License

Notifications You must be signed in to change notification settings

hanahorangi/finder

 
 

Repository files navigation

Terra Rebels Finder

banner

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

Finder is derived from the Cosmos Explorer.

Project setup

** NOTE: Make sure you are using Node 16 **
npm install

Configure the environment variables

If required, edit .env.development. For local development, you might want to use the following 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 https://assets.terra.money/chains.json for the list of available networks.

Run in Dev Mode with Hot Reloading

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.7%
  • SCSS 24.1%
  • Other 1.2%