mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
11 lines
270 B
Nim
11 lines
270 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/[api, api_conf]
|
|
export api, api_conf
|
|
|
|
import waku/factory/waku
|
|
export waku
|