owenkellogg / platform-explorer

Dash Platform explorer

Home Page:https://platform-explorer.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dash Platform Explorer

image

Initial setup

This project currently relies only on the Tenderdash RPC. To access platform chain data, you will need an instance of tenderdash running. You can get it via starting your node with the dashmate (it can be testnet, devnet, or local dev node)

1) Start node

npm install -g dashmate
dashmate setup # choose testnet evo fullnode f.e.
dashmate start
dashmate status platform

Once core is synced, the tenderdash rpc will start accepting requests

2) Run backend (Optionally)

Set BASE_URL=http://YOUR_TENDERDASH_HOST:36657 in the packages/api/.env

$ yarn workspaces api start

3) Start frontend

If you want to use local backend:

Set REACT_APP_API_BASE_URL=http://127.0.0.1:3005 in the packages/frontend/.env

Then:

$ yarn workspaces frontend start

About

Dash Platform explorer

https://platform-explorer.vercel.app


Languages

Language:JavaScript 76.4%Language:CSS 18.3%Language:HTML 4.8%Language:Dockerfile 0.5%