This is a NodeJs wrapper around Waku
Go to file
Ivan Folgueira Bande 908ff85e75
First commit
2024-01-13 13:14:57 +01:00
src First commit 2024-01-13 13:14:57 +01:00
.gitignore First commit 2024-01-13 13:14:57 +01:00
.gitmodules First commit 2024-01-13 13:14:57 +01:00
.npmignore First commit 2024-01-13 13:14:57 +01:00
README.md First commit 2024-01-13 13:14:57 +01:00
package.json First commit 2024-01-13 13:14:57 +01:00

README.md

Intro

This is a NodeJs wrapper around Waku

Requirements

node-gyp is required to be installed in the system.

The following commands should be run to install npm dependencies:

cd src && npm install bindings

Create a package

  1. Run npm run prepare-package
  2. Run npm run build-libwaku (step required to build the libwaku.so library)
  3. Run npm run build-gyp
  4. Run npm run build-package

Publish a package

Run npm run publish-package


See the package.json file for details about npm commands definitions.