https://github.com/terra-money/finder
The Terra Finder is a tool to search through blocks, transactions, and accounts on the Terra blockchain.
https://github.com/terra-money/finder
blockchain blockexplorer terra terra-blockchain terra-finder
Last synced: 6 months ago
JSON representation
The Terra Finder is a tool to search through blocks, transactions, and accounts on the Terra blockchain.
- Host: GitHub
- URL: https://github.com/terra-money/finder
- Owner: terra-money
- License: mit
- Created: 2019-08-19T05:44:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T15:12:04.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:52:28.641Z (over 1 year ago)
- Topics: blockchain, blockexplorer, terra, terra-blockchain, terra-finder
- Language: TypeScript
- Homepage: https://finder.station.money
- Size: 10.8 MB
- Stars: 54
- Watchers: 31
- Forks: 56
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terra Finder

Terra Finder is a tool to search through blocks, transactions, and accounts on the Terra blockchain.
Finder is derived from the [Cosmos Explorer](https://github.com/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.dev/chains.json](https://assets.terra.dev/chains.json) for the list of available networks.
### Run in Dev Mode with Hot Reloading
```
npm start
```