pfcdata

command module
v3.0.0-...-e4f035e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2019 License: ISC Imports: 49 Imported by: 0

README

pfcdata

Build Status Latest tag Go Report Card ISC License

Requirements

  • Git
  • Go 1.13+
  • Running pfcd-node synchronized to the current best block on the network.
  • (Optional) PostgreSQL 9.6+, if running in "full" mode. v10.x is recommended for improved dump/restore formats and utilities.

Setup

The following instructions assume a Unix-like shell (e.g. bash).

  • Verify Go installation:

    go env GOROOT GOPATH
    
  • Ensure $GOPATH/bin is on your $PATH.

  • Clone the pfcdata repository. It is conventional to put it under GOPATH, but this is no longer necessary with go module.

    git clone https://github.com/picfight/pfcdata $GOPATH/src/github.com/picfight/pfcdata
    
  • Install a C compiler.

cd $GOPATH/src/github.com/picfight/pfcdata
set GO111MODULE=on

go version
go clean -testcache
go build -v ./...
go test -v ./...
go install

License

This project is licensed under the ISC License. See the LICENSE file for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
insight
Package insight handles the insight api
Package insight handles the insight api
cmd
db
dbtypes/internal
Package internal provides helper functions borrowed from lib/pq's array.go, to facilitate the new UInt64Array type.
Package internal provides helper functions borrowed from lib/pq's array.go, to facilitate the new UInt64Array type.
package explorer handles the block explorer subsystem for generating the explorer pages.
package explorer handles the block explorer subsystem for generating the explorer pages.
package testutil provides some helper functions to be used in unit tests.
package testutil provides some helper functions to be used in unit tests.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL