attestantio / vouch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Required beacon node parameters

Prysm

Prysm must be started with the --enable-debug-rpc-endpoints option for Vouch to operate correctly.

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

Maintainers

Jim McDonald: @mcdee.

Contribute

Contributions welcome. Please see the CONTRIBUTING.md doc.

License

Apache-2.0 © 2020 Attestant Limited.

About

License:Apache License 2.0


Languages

Language:Go 100.0%Language:Dockerfile 0.0%