# Test Suite Quick Start Guide ## Prerequisites 1. **Install nak** (Nostr Army Knife): ```bash go install github.com/fiatjaf/nak@latest ``` 2. **Build the daemon**: ```bash cd .. make ``` ## Quick Test Run ### 1. Single Test (No Thrower Required) Test the framework itself: ```bash cd tests ./test_framework.sh list ``` ### 2. Single-Hop Test (1 Thrower) **Setup Thrower A:** ```bash # In terminal 1 - Create config cd .. cat > config_test_a.json < config_test_b.json < config_test_c.json <