There was an error while loading. Please reload this page.
Vanadium Core requires a Go workspace. An empty one can be created like this:
mkdir /tmp/work export GOPATH=/tmp/work cd $GOPATH
To install Vanadium Core run the following command from the root of the $GOPATH:
$GOPATH
git clone https://github.com/vanadium/core.git src/v.io go get -t v.io/...
How to run all the unit tests:
VDLPATH=$PWD/src go test v.io/...