dependabot[bot] 1048a76d15
build(deps): bump github.com/btcsuite/btcd from 0.20.1-beta to 0.24.0
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.20.1-beta to 0.24.0.
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](https://github.com/btcsuite/btcd/compare/v0.20.1-beta...v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 07:34:57 +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%