基于区块链的毕业设计Ethereum provider – 以太坊提供商
本文提供基于区块链的毕业设计国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,基于区块链的毕业设计Ethereum provider – 以太坊提供商 是一篇很好的国外资料
Ethereum provider
This repo provides tools & scripts for running an ETH1 provider and ETH2 beacon + validators in production. Currently, this repo only supports geth for ETH1 and lighthouse for ETH2.
Requirements
make
and docker
Git clone this repo where you want to deploy it.
Usage: the essentials
make
will build everything locally.
Before starting, make sure your lighthouse dir contains a valid validator_definitions.yml
file w keystores/passwords at the provided paths.
make start
will start a geth eth1 client + lighthouse eth2 beacon/validator, all behind a proxy which takes care of https certs.
make stop
will stop the whole stack including the proxy and all eth providers.
TODO
- Automate deposit, this probably means wrapping the official deposit CLI in a custom script that also sends the deposit tx & puts keys in the correct spot
Ethereum provider
This repo provides tools & scripts for running an ETH1 provider and ETH2 beacon + validators in production. Currently, this repo only supports geth for ETH1 and lighthouse for ETH2.
Requirements
make
and docker
Git clone this repo where you want to deploy it.
Usage: the essentials
make
will build everything locally.
Before starting, make sure your lighthouse dir contains a valid validator_definitions.yml
file w keystores/passwords at the provided paths.
make start
will start a geth eth1 client + lighthouse eth2 beacon/validator, all behind a proxy which takes care of https certs.
make stop
will stop the whole stack including the proxy and all eth providers.
TODO
- Automate deposit, this probably means wrapping the official deposit CLI in a custom script that also sends the deposit tx & puts keys in the correct spot
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » 基于区块链的毕业设计Ethereum provider – 以太坊提供商