Discover Packages
github.com/pointcoin/blocksafari
command
module
Version:
v0.0.0-...-cd143bc
Opens a new window with list of versions in this module.
Published: Feb 26, 2015
License: ISC
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
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 PointCoin 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/PointCoin/blocksafari
Enter the source directory
cd $GOPATH/src/github.com/PointCoin/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/PointCoin/blocksafari/...
License
blocksafari is licensed under the liberal ISC License.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.