Server backend for indexed ETH IPLD objects
Go to file
2017-10-19 09:39:57 -05:00
core Update test to import file 2017-10-19 09:32:54 -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 First commit 2017-10-18 15:14:17 -05:00
README.md Add README 2017-10-19 09:38:47 -05:00
vulcanizedb_suite_test.go Add dummy test 2017-10-19 09:22:12 -05:00
vulcanizedb_test.go Update test to import file 2017-10-19 09:32:54 -05:00

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