nwaku/apps/wakubridge
Hanno Cornelius 16c85db43c
chore: update submodules and bump Nim to 1.6.6 (#1307)
* chore: update submodules

* fix: libp2p now provides callback to update peer addrs

* fix: breaking change in EthereumNode constructor

* fix: contentType type has changed (again)

* fix: explicit future type

* fix: nim 1.6.6 error handling requirements

* fix: missed a spot - peer info addrs in sim2

* fix: help compiler a bit here
2022-10-28 12:51:46 +03:00
..
README.md chore: move apps and tools to their own directory 2022-10-12 14:41:25 -05:00
config_bridge.nim chore: move apps and tools to their own directory 2022-10-12 14:41:25 -05:00
wakubridge.nim chore: update submodules and bump Nim to 1.6.6 (#1307) 2022-10-28 12:51:46 +03:00

README.md

Common

This folder contains (a) modules that use both Waku v1 and Waku v2. and (b) utilities that are useful for both Waku v1 and v2.

Examples include:

  • Bridge between v1 and v2
  • NAT traversal
  • interworking with protocols external to Waku (such as Matterbridge)