mirror of https://github.com/waku-org/nwaku.git
10 lines
321 B
Nim
10 lines
321 B
Nim
# Waku
|
|
#
|
|
# Licenses:
|
|
# - MIT ([LICENSE-MIT](../LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
|
# - APACHEv2 ([LICENSE-APACHEv2](../LICENSE-APACHEv2) or https://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
## An implementation of [Waku v2](https://rfc.vac.dev/spec/10/) in nim.
|
|
import waku_node as wakunode2
|
|
export wakunode2
|