mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
20 lines
531 B
Markdown
20 lines
531 B
Markdown
# Waku Vibe Template
|
|
|
|
This is a project template for vibe coding with Waku in nim.
|
|
|
|
The project imports Waku, builds dependencies and links the needed libraries, so you can get to hacking.
|
|
|
|
## Getting Started
|
|
|
|
After cloning the repo, initialize the Waku side of the project and run the example code.
|
|
|
|
`nimble initialize` - Sets up the Waku dependencies
|
|
`nimble run` - Runs and example of using Waku Filter.
|
|
|
|
## Troubleshooting
|
|
|
|
If it doesn't work and your error is not listed below, please open an issue or PR.
|
|
|
|
//[Placeholder]
|
|
|