dependabot[bot] 483c707681
chore(deps): bump golang.org/x/net from 0.14.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 07:33:34 +00:00
2024-06-20 13:02:17 +05:30
2024-06-20 13:02:17 +05:30

Waku ENR Decoder

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.

To build the binary:

go build -o waku-enr-decoder main.go

To run the binary:

./waku-enr-decoder --enr=""

Description
This can decode waku enr fields in addition to standard ones
Readme
Languages
Go 100%