2025-07-22 06:46:15 -07:00
|
|
|
# Waku Vibe Template
|
2025-07-04 22:17:31 -07:00
|
|
|
|
2025-07-22 06:46:15 -07:00
|
|
|
This is a project template for vibe coding with Waku in nim.
|
2025-07-04 22:17:31 -07:00
|
|
|
|
2025-07-22 06:46:15 -07:00
|
|
|
The project imports Waku, builds dependencies and links the needed libraries, so you can get to hacking.
|
2025-07-04 22:17:31 -07:00
|
|
|
|
2025-07-22 06:46:15 -07:00
|
|
|
## Getting Started
|
2025-07-04 22:17:31 -07:00
|
|
|
|
2025-07-22 06:46:15 -07:00
|
|
|
After cloning the repo, initialize the Waku side of the project and run the example code.
|
2025-07-04 22:17:31 -07:00
|
|
|
|
2025-07-22 06:46:15 -07:00
|
|
|
`nimble initialize` - Sets up the Waku dependencies
|
|
|
|
|
`nimble run` - Runs and example of using Waku Filter.
|
2025-07-04 22:17:31 -07:00
|
|
|
|
2025-07-22 06:46:15 -07:00
|
|
|
## Troubleshooting
|
2025-07-04 22:17:31 -07:00
|
|
|
|
2025-07-22 06:46:15 -07:00
|
|
|
If it doesn't work and your error is not listed below, please open an issue or PR.
|
2025-07-04 22:17:31 -07:00
|
|
|
|
2025-07-22 06:46:15 -07:00
|
|
|
//[Placeholder]
|
2025-07-04 22:17:31 -07:00
|
|
|
|