Go to file
Jim McDonald 27d079f584
Use multisign for attestations
2020-10-26 14:31:24 +00:00
.github/workflows Update workflow timeout 2020-09-28 08:02:45 +01:00
docs Fix documentation typos 2020-10-04 07:27:10 +01:00
loggers Initial release 2020-09-28 07:46:00 +01:00
media Initial release 2020-09-28 07:46:00 +01:00
mock Error appropriately when misconfigured. 2020-10-17 21:50:50 +01:00
services Use multisign for attestations 2020-10-26 14:31:24 +00:00
strategies/beaconblockproposal Ensure duplicated attestations are only counted as 1 in block proposal. 2020-10-04 12:28:44 +01:00
testing Error appropriately when misconfigured. 2020-10-17 21:50:50 +01:00
util Use multisign for attestations 2020-10-26 14:31:24 +00:00
.dockerignore Initial release 2020-09-28 07:46:00 +01:00
.gitignore Init 2020-05-09 19:32:38 +01:00
CHANGELOG.md Error appropriately when misconfigured. 2020-10-17 21:50:50 +01:00
Dockerfile Initial release 2020-09-28 07:46:00 +01:00
LICENSE Initial release 2020-09-28 07:46:00 +01:00
README.md Initial release 2020-09-28 07:46:00 +01:00
clients.go Initial release 2020-09-28 07:46:00 +01:00
go.mod Use multisign for attestations 2020-10-26 14:31:24 +00:00
go.sum Use multisign for attestations 2020-10-26 14:31:24 +00:00
logging.go Initial release 2020-09-28 07:46:00 +01:00
main.go Error appropriately when misconfigured. 2020-10-17 21:50:50 +01:00

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:

Maintainers

Jim McDonald: @mcdee.

Contribute

Contributions welcome. Please check out the issues.

License

Apache-2.0 © 2020 Attestant Limited.