- Node : the deployable Velo Node
- Go Velo SDK - vclient : Client for Velo Node (queries and transaction submission)
- Go Velo SDK - vtxnbuild : Construct Velo transactions and operations
- Go Velo CLI : Cli for Velo Node
- Document : Velo documentation
This repository is officially supported on the last two releases of Go, which is currently Go 1.12 and Go 1.13.
It depends on a number of external dependencies, and uses Go Modules to manage them. Running any go
command will automatically download dependencies required for that operation.
You can choose to checkout this repository into a GOPATH or into any directory, but if you are using a GOPATH with Go 1.12 or earlier you must set environment variable GO111MODULE=on
to enable Modules.
- If
go mod download
orgo mod tidy
fail, try
brew install hg
brew install bzr