Katnip is a block explorer for the Kaspa project.
This is v.2 Katnip, based on Katnip by someone235.
You need Go (was tested on version 1.17).
git clone https://github.com/cbitensky/katnip.git
go build .
./katnip
By default it connects to Kaspad server at 0.0.0.0:16110
, creates database file ~/katnip.mdb
and runs HTTP server on port 80
. Than you can open http://127.0.0.1 by browser.
HTTP server uses style.css
file that have to be in program folder.