go-waku/examples/rln/Makefile
Richard Ramos 55ec2347a8 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-08-01 09:19:38 -04:00

6 lines
81 B
Makefile

.PHONY: all build
build:
go build -tags="gowaku_rln" -o build/rln .
all: build