Skip to content

Commit 289d34e

Browse files
committed
Initial rough implementation of a duplicate attestation check.
1 parent bbb5be9 commit 289d34e

File tree

8 files changed

+3331
-115
lines changed

8 files changed

+3331
-115
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Validator Monitor
2+
3+
A side-car process that uses the standard beacon REST API to monitor for unhelpful, but not slashable validator behaviour.
4+
5+
## Running
6+
7+
Requires a sync'd beacon node the supports the standard REST API. Then run:
8+
9+
```
10+
npm run start <beacon-node-url>
11+
```
12+
13+
For example with a local teku:
14+
15+
```
16+
npm run start http://localhost:5051
17+
```

0 commit comments

Comments
 (0)