940adb99ec
- some minor progress to add nwaku in status-go - nwaku.go: GetNumConnectedPeers controls when passed pubsub is empty - waku_test.go: adapt TestWakuV2Store - add missing shard.go - feat_: build nwaku with nix and use build tags to choose between go-waku and nwaku (#5896) - chore_: update nwaku - nwaku bump (#5911) - bump: nwaku - chore: add USE_NWAKU env flag - fix: build libwaku only if needed - feat: testing discovery and dialing with nwaku integration (#5940) |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
flags.go | ||
main.go | ||
signing_phrase.go |
README.md
Ping community
This script publishes a post every 2 seconds on the given community/chat-id, using the seed phrase provided.
How to build
You must have go installed.
Then you can run, from cmd/ping-community
go build
which should create a ping-community
executable
How to run
./ping-community --seed-phrase "your seed phrase" --community-id "community-id" --chat-id "chat-id"
The parameters are:
community-id
: the ID of the community
chat-id
: the ID of the chat we want to post on