392f31d3c4a13c5fdbca8921e0847c996db942cf
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
Releases
37
v5.1.2-alpha
Latest
Languages
Go
97.9%
JavaScript
1.4%
Shell
0.4%
Dockerfile
0.3%