Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 526 Bytes

Vanadium Core

Build Status

This is a slimmed down version of Vanadium that is focused on its secure RPC system and service discovery. See the Vanadium site for more details, remembering that this repository implements RPC, security and naming; it does not provide support for mobile development.

Install steps

Assuming a single path in $GOPATH:

go get -t v.io/...
VDLPATH=$GOPATH/src go test v.io/...