# Waku Chat POC 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]