Server backend for indexed ETH IPLD objects
Go to file
2017-10-23 15:02:56 -05:00
core Output the number of transactions when logging a new block 2017-10-23 15:02:56 -05:00
fakes Implement GethBlockchain 2017-10-23 13:58:33 -05:00
vendor Add dummy test 2017-10-19 09:22:12 -05:00
.gitignore First commit 2017-10-18 15:14:17 -05:00
.travis.yml Add travis 2017-10-19 09:39:57 -05:00
Gopkg.lock Add dummy test 2017-10-19 09:22:12 -05:00
Gopkg.toml Add dummy test 2017-10-19 09:22:12 -05:00
main.go Pass in IPC path as command line argument 2017-10-23 14:33:08 -05:00
README.md Nest tests with their package 2017-10-19 09:58:36 -05:00

Vulcanize DB

Build Status

Development Setup

By default, go get does not work for private GitHub repos. This will fix that.

  1. git config --global url."git@github.com:".insteadOf "https://github.com/"
  2. go get github.com/8thlight/vulcanizedb

Running the Tests

go test ./...