mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
* fix issues * fix go pbs * added services * added services * remove unused files * bring back used files * bring back db proto files * gaz * gaz and bring back faucet * gaz and bring back rpc * gaz and bring back rpc * gaz and bring back rpc * go imports * remove unused
Bash Scripts
This subproject contains useful bash scripts for working with our repository. We have a simple tool that outputs coverage, a simple tool to check for gazelle requirements, and visibility rules tools for Bazel packages.
Instructions to run a single beacon chain node and 8 validators locally using the scripts.
-
Ensure your private key path is correct in all the files below.
-
Run
./deploy-deposit-contract.sh -
Put the resulting contract address in
start-beacon-chain.shandsetup-8-validators.sh. -
Run
./start-beacon-chain.sh -
Run
./setup-8-validators.sh -
You can use
tail -f /tmp/data/validator#.logwith # as a number from 1 - 8 to view the output of the validators.