Server backend for indexed ETH IPLD objects
Go to file
Eric Meyer de2cb3b5cc Start introducing domain concepts
* Potential observers include a logger and/or an observer that writes to the DB
2017-10-23 12:08:59 -05:00
core Start introducing domain concepts 2017-10-23 12:08:59 -05:00
fakes Start introducing domain concepts 2017-10-23 12:08:59 -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 Start introducing domain concepts 2017-10-23 12:08:59 -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 ./...