Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 545 Bytes

Tokel's Token Explorer

This repo contains the code to run a token-specific web explorer with Tokel-compatible chains as data sources.

The explorer will use data directly from a full Tokel node.

Blockchain data is stored in Elastic Search Store.

When deploying the server you have to manually create .env.local file in root of the project and populate the following environment vars.

LOCAL_RUN=1
ELASTIC_USER=xxx
ELASTIC_PASS=xxx
ELASTIC_PORT=xxx
RPC_USER=xxx
RPC_PASS=xxx
ELASTIC_SERVER=xxx
TOKEL_SERVER=xxx