Skip to content

cbytensky/katnip

Repository files navigation

Katnip

Katnip is a block explorer for the Kaspa project.

This is v.2 Katnip, based on Katnip by someone235.

Building

You need Go (was tested on version 1.17).

git clone https://github.com/cbitensky/katnip.git
go build .

Running

./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.

CSS styling

HTTP server uses style.css file that have to be in program folder.