mirror of
https://github.com/logos-messaging/enr-decoder.git
synced 2026-01-02 04:43:09 +00:00
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.12.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.12.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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
Languages
Go
100%