mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
11 lines
243 B
Nim
11 lines
243 B
Nim
## Main module for using nwaku as a Nimble library
|
|
##
|
|
## This module re-exports the public API for creating and managing Waku nodes
|
|
## when using nwaku as a library dependency.
|
|
|
|
import waku/api
|
|
export api
|
|
|
|
import waku/factory/waku
|
|
export waku
|