All Projects → terra-money → finder

terra-money / finder

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

Programming Languages

typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to finder

fabex
Block explorer for Hyperledger Fabric
Stars: ✭ 26 (-21.21%)
Mutual labels:  blockexplorer
tomoscan
TomoScan provides a user friendly, details and perfection-oriented user interface for TomoChain block explorer. From a user perspective, TomoScan brings TomoChain’s transparency to users, because all block, transaction, finality, smart contracts, DApp and token information are read from TomoChain and shown to users
Stars: ✭ 45 (+36.36%)
Mutual labels:  blockexplorer
block-explorer
The official Stakenet block explorer
Stars: ✭ 29 (-12.12%)
Mutual labels:  blockexplorer

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].