kaichao bc87441c8f
Merge pull request #13 from waku-org/noise
Add noise usage examples
2025-11-05 12:18:19 +01:00
2025-10-28 17:44:43 +08:00
2025-06-10 15:48:29 +03:00
2025-06-10 15:48:29 +03:00
2025-09-10 12:04:10 +08:00
2025-10-28 17:44:43 +08:00
2025-06-23 14:48:59 +03:00
2025-06-10 15:48:29 +03:00
2025-09-15 07:54:57 +03:00
2025-09-15 07:53:23 +03:00

Chat SDK

Quick Start

Build Everything

# Build the complete chain: Nim → C → Go
make all

# Or step by step:
make build-nim    # Build Nim library to shared library
make build-c      # Prepare C bindings
make build-go     # Verify Go bindings compile

Run the Go Example

make run-go-example

Modules

TODO

Description
No description provided
Readme
Languages
Nim 87%
Go 5.3%
Shell 3%
Makefile 2.7%
C 2%