logos-messaging-nim/protocol/v2/waku_protocol.nim
2020-04-29 13:03:06 +08:00

7 lines
218 B
Nim

## Waku on libp2p
##
## This file should eventually correspond to waku_protocol as RLPx subprotocol.
## Instead, it should likely be on top of GossipSub with a similar interface.
const wakuVersionStr = "2.0.0-alpha1"