mirror of https://github.com/status-im/go-waku.git
d13b1f0aa3
* chore: add shard choice simulation test * feat: add new flags for pubsub and contentTopics and deprecate topic flag * chore: remove store-resume-peer config and comment out functionality until redesign of store is done * chore: fix code to use contentTopics value * fix: use default waku topic only if no other topics are provided in the config |
||
---|---|---|
.. | ||
build | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Using the basic2
application
Background
The basic2
application is a basic example app that demonstrates how to subscribe to and publish messages
Preparation
make
Basic application usage
To start the basic2
application run the following from the project directory
./build/basic2
The app will send a "Hello world!" through the wakurelay protocol every 2 seconds and display it on the terminal as soon as it receives the message