Contributing
Same as you wrote, now:
Repo under Qwery
MIT
Tests + docs required
How to Contribute:
Fork repository
Create feature branch
Make changes
Write tests
Submit pull request
Development Setup:
git clone https://github.com/Qwerydotxyz/qwery-x402-facilitator
cd qwery-x402-facilitator
# Install dependencies
pip install -r requirements.txt
# Set up environment
cp .env.example .env
# Edit .env with your Solana wallet
# Run tests
pytest
# Start server
python main.pyCode Guidelines:
Python: PEP 8
Add docstrings
Write tests
Update docs
Last updated