forked from cerc-io/ipld-eth-server
571bc7f63aa3c51ed682df2bd508bb05470626d3
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%