Skip to content

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

About

Kaspa block explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.3%
  • CSS 6.7%