joseph9252 / finder

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

Home Page:https://finder.terra.money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://finder.terra.money

License:MIT License


Languages

Language:TypeScript 69.6%Language:SCSS 28.8%Language:HTML 1.0%Language:JavaScript 0.5%Language:Dockerfile 0.1%