enr-decoder/README.md

10 lines
337 B
Markdown
Raw Permalink Normal View History

2024-06-20 12:28:26 +05:30
# Waku ENR Decoder
2024-06-20 13:02:17 +05:30
Follows https://github.com/waku-org/specs/blob/master/standards/core/enr.md and https://github.com/waku-org/specs/blob/master/standards/core/relay-sharding.md to decode Waku specific fields.
2024-06-20 12:28:26 +05:30
### To build the binary:
go build -o waku-enr-decoder main.go
### To run the binary:
./waku-enr-decoder --enr="<valid ENR>"