Skip to content

hfeeki/blocksafari

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blocksafari

blocksafari is a web-based frontend to the blockchain in btcd.

blocksafari is proof-of-concept code from our early work with btcd.

This code is not suitable for production use and requires major refactoring and rewriting to bring it up to speed with current proper usage of btcsuite packages and conventions.

Installation

Build from source

  • Install Go according to the installation instructions here: http://golang.org/doc/install

  • Run the following command to obtain blocksafari, all dependencies, and install it: $ go get github.com/btcsuite/blocksafari

  • Enter the source directory cd $GOPATH/src/github.com/btcsuite/blocksafari

  • Copy sample-blocksafari.conf to blocksafari.conf and edit the options.

  • Start blocksafari: blocksafari -C blocksafari.conf

Updating

Build from Source

  • Run the following command to update blocksafari, all dependencies, and install it: $ go get -u -v github.com/btcsuite/blocksafari/...

License

blocksafari is licensed under the liberal ISC License.

About

A web-based frontend to btcd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 41.2%
  • CSS 31.7%
  • HTML 21.8%
  • JavaScript 5.3%