Contributing

Same as you wrote, now:

  • Repo under Qwery

  • MIT

  • Tests + docs required

How to Contribute:

  1. Fork repository

  2. Create feature branch

  3. Make changes

  4. Write tests

  5. 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.py

Code Guidelines:

  • Python: PEP 8

  • Add docstrings

  • Write tests

  • Update docs

Last updated