Go to file
Jim McDonald 700d1a19d9
Merge pull request #21 from attestantio/linting
Linting.
2021-07-19 12:22:18 +01:00
.github/workflows
docs
loggers
media
mock Remove spec import alias. 2021-07-18 07:34:43 +01:00
services Merge pull request #21 from attestantio/linting 2021-07-19 12:22:18 +01:00
strategies Remove spec import alias. 2021-07-18 07:34:43 +01:00
testing Linting. 2021-07-18 07:46:01 +01:00
testutil Remove spec import alias. 2021-07-18 07:34:43 +01:00
util
.dockerignore
.gitignore
CHANGELOG.md
Dockerfile
LICENSE
README.md
clients.go
go.mod
go.sum
logging.go
main.go
metrics.go

README.md

Vouch

Tag License GoDoc Lint Go Report Card

An Ethereum 2 multi-node validator client.

Table of Contents

Install

Binaries

Binaries for the latest version of Vouch can be obtained from the releases page.

Docker

You can obtain the latest version of Vouch using docker with:

docker pull attestant/vouch

Source

Vouch is a standard Go module which can be installed with:

go get github.com/attestantio/vouch

Usage

Vouch sits between the beacon node(s) and signer(s) in an Ethereum 2 validating infrastructure. It runs as a standard daemon process. The following documents provide information about configuring and using Vouch:

Known issues

  • lighthouse does not yet implement server-sent events. As a result, if you are using Lighthouse you will see an occasional error in the logs that looks like: {"level":"error","service":"client","impl":"standardv1","error":"could not connect to stream","time":"2020-11-26T08:01:09Z","message":"Failed to subscribe to event stream"}

Maintainers

Jim McDonald: @mcdee.

Contribute

Contributions welcome. Please check out the issues.

License

Apache-2.0 © 2020 Attestant Limited.