Skip to content

lbtcio/lbtc-explorer

Repository files navigation

explorer-lbtc

LBTC explorer.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

  # Clone Repository
  git clone https://github.com/lbtcio/lbtc-explorer.git

  # Go into the repository
  cd lbtc-explorer

  # Install dependencies
  npm install

  # Run
  npm run dev

Visit localhost:8080 to view the explorer.

Production (Build)

npm run build

Finally,

copy the files in the dist folder to your own server.

About

The official Lightning Bitcoin Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published