This website requires JavaScript.
Explore
Help
Sign In
status-im
/
go-waku
mirror of
https://github.com/status-im/go-waku.git
Watch
2
Star
0
Fork
You've already forked go-waku
0
Code
Issues
Projects
Releases
Wiki
Activity
8805f6cc45
go-waku
/
examples
/
rln
/
Makefile
6 lines
62 B
Makefile
Raw
Normal View
History
Unescape
Escape
fix: RLN - subscription to topic is not required for registering RLN validator - check for duplication msg within same epoch was incorrect - added an example on how to use RLN
2023-07-26 20:00:09 +00:00
.PHONY
:
all
build
build
:
feat: make RLN available by default
2023-09-12 19:14:08 +00:00
go build -o build/rln .
fix: RLN - subscription to topic is not required for registering RLN validator - check for duplication msg within same epoch was incorrect - added an example on how to use RLN
2023-07-26 20:00:09 +00:00
all
:
build