Gabriel mermelstein 0ffb818e21
fixing logger names
2025-02-03 19:28:08 +02:00
2025-02-03 19:28:08 +02:00
2024-12-03 11:54:57 +01:00
2024-12-03 11:54:57 +01:00
2025-01-22 18:58:40 +01:00

Waku Go Bindings

This repository provides Go bindings for the Waku library, enabling seamless integration with Go projects.

Installation

To build the required dependencies for this module, the make command needs to be executed. If you are integrating this module into another project via go get, ensure that you navigate to the waku-go-bindings module directory and run make.

Steps to Install

Follow these steps to install and set up the module:

  1. Make sure your system has the prerequisites to run a local nwaku node

  2. Retrieve the module using go get:

    go get -u github.com/waku-org/waku-go-bindings
    
  3. Navigate to the module's directory:

    cd $(go list -m -f '{{.Dir}}' github.com/waku-org/waku-go-bindings)
    
  4. Build the dependencies:

    sudo make -C waku
    

Now the module is ready for use in your project.

Description
No description provided
Readme
Languages
Go 99.2%
Makefile 0.8%