/katnip

Katnip is a Kaspa block explorer

Primary LanguageGo

Katnip

Katnip is a block explorer for the Kaspa project.

Running

To run the frontend in development mode run

REACT_APP_API_URI=<YOUR_API_SERVER_URL> npm start

In order to run a server see the server README file

Building for produciton

Run

REACT_APP_API_URI=<YOUR_API_SERVER_URL> npm run build