An open API service indexing awesome lists of open source software.

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

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
```