nim-chat-poc/README.md
2025-07-22 06:46:15 -07:00

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]