https://github.com/wavesplatform/wavesexplorerlite
Waves Explorer is a tool for viewing blocks and transactions in the public blockchain of the Waves protocol
https://github.com/wavesplatform/wavesexplorerlite
Last synced: about 1 year ago
JSON representation
Waves Explorer is a tool for viewing blocks and transactions in the public blockchain of the Waves protocol
- Host: GitHub
- URL: https://github.com/wavesplatform/wavesexplorerlite
- Owner: wavesplatform
- Created: 2016-04-17T13:19:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T15:35:22.000Z (over 1 year ago)
- Last Synced: 2025-03-02T13:08:36.180Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.84 MB
- Stars: 77
- Watchers: 36
- Forks: 66
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waves Explorer
Waves Blockchain Explorer is available on https://wavesexplorer.com
## Setup
Install [NodeJS](https://nodejs.org/en/download/)
Install [yarn](https://yarnpkg.com/lang/en/docs/install/)
Install gulp-cli:
```
yarn global add gulp-cli
```
## Run locally
From the project directory run:
```
yarn install
yarn start
```
Your browser will open local version of Waves Explorer automatically.
## Build
Build process creates ./dist directory with Waves Explorer distribution that supports mainnet, testnet and a custom network.
To create the distribution, run from the project directory:
```
gulp buildOfficialProd
```