go-waku/examples/basic2
Richard Ramos 38093bf660 chore: move dependencies from status-im to waku-org 2022-10-27 11:41:23 -04:00
..
build
Makefile
README.md
go.mod chore: move dependencies from status-im to waku-org 2022-10-27 11:41:23 -04:00
go.sum chore: move dependencies from status-im to waku-org 2022-10-27 11:41:23 -04:00
main.go refactor: use int64 timestamps (#189) 2022-02-23 11:01:53 -04:00

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