Skip to content

Commit 669023e

Browse files
committed
add suggested hardware configuration
1 parent 69f4cf6 commit 669023e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Brevis + EigenLayer
22
## Run as an Operator
3-
1. The `brevis` binary and `brevis.toml` are required to run as an operator. The `brevis` binary should be run under Linux AMD64 system. It can also be built from source with command: go build -o brevis.
3+
1. The `brevis` binary and `brevis.toml` are required to run as an operator. The `brevis` binary should be run under Linux AMD64 system. It can also be built from source with command: go build -o brevis
44
2. Make sure the total stake > 32 eth in Eigen Layer, we support same strategies as Eigen DA
55
3. Add bls and ecdsa key of Eigenlayer info to the `brevis.toml` config file, both are required to join Brevis. Also recommend to change ethereum gateway RPC in the config file to a private one
66
4. Run `brevis join --chainid 1 --quorums 0x01` cmd to opt-in Brevis AVS
77
5. Add operator id printed by last `brevis join` command (bytes32 hex string) to config file, note it's NOT your ETH addr
88
6. (optional but recommended): Remove ecdsa key info from config file as it's not needed for normal operation. only bls key is needed
99
7. Operator runs `brevis run` cmd which monitors Brevis contract for new requests, and signs w/ BLS key, then posts to Brevis gateway
1010

11+
Suggested hardware configuration: AWS C5/C6 2x large equivalent, 500GB disk, no open ports.
12+
1113
Contact Brevis team for any issue or questions.
1214

1315
## Gateway Functions

0 commit comments

Comments
 (0)