DRSv1 icon indicating copy to clipboard operation
DRSv1 copied to clipboard

The first implementation of Velo Protocol

Stellar

VELO DRS

GoDoc Go Report Card

Package Index

  • 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

Dependencies

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.

Troubleshoot

  • If go mod download or go mod tidy fail, try
brew install hg
brew install bzr