forked from cerc-io/ipld-eth-server
5e7280616a956fa5485277828b2eba93c18f3b60
Vulcanize DB
Development Setup
By default, go get does not work for private GitHub repos. This will fix that.
git config --global url."git@github.com:".insteadOf "https://github.com/"go get github.com/8thlight/vulcanizedb
Running the Tests
Integration Test
In order to run the integration tests, you will need to run them against a real blockchain. Here are steps to create a local, private blockchain.
- Run
./scripts/setupto create a private blockchain with a new account.- This will result in a warning.
- Run
./scripts/start_private_blockchainas a separate process. go test ./...
Unit Tests
go test ./core
Languages
Go
97.1%
JavaScript
1.4%
Makefile
0.7%
Shell
0.5%
Dockerfile
0.3%