Skip to content

someone235/katnip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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