Skip to content

bryceweiner/blocksafari

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blocksafari

blocksafari is a web-based frontend to btcd.

blocksafari is proof-of-concept code only.

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/conformal/blocksafari

  • Enter the source directory cd $GOPATH/src/github.com/conformal/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/conformal/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