mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-03 21:43:12 +00:00
* chore: use cross instead of rustup for building rln * chore: generate protobuffer and contract * refactor: make API match nwaku * feat: add WakuRLNRelay type * test: rln * chore: add more architectures * refactor: use time.Duration instead of uint/float
10 lines
168 B
Modula-2
10 lines
168 B
Modula-2
module github.com/decanus/go-rln
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.10.20
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/stretchr/testify v1.7.2
|
|
)
|