mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-13 12:56:43 +00:00
16: Update nim-waku, `0x` now optional in RPC requests r=D4nte a=D4nte Confirms resolution of https://github.com/status-im/nim-waku/issues/415 Co-authored-by: Franck Royer <franck@royer.one>
js-waku
A JavaScript implementation of the Waku v2 protocol.
This repo is a Work In Progress
Contributing
To build and test this repository, you need:
To ensure interoperability with nim-waku, some tests are run against a nim-waku node.
This is why nim-waku
is present as a git submodule, which itself contain several submodules.
At this stage, it is not possible to exclude nim-waku tests, hence git submodule update --init --recursive
is run before testing (see pretest
script).
To build nim-waku, you also need Rust.
Description
Languages
TypeScript
94.5%
JavaScript
5.5%