- MCP server (
packages/mcp-server/) - Python SDK (
packages/sdk-python/) - TypeScript SDK (
packages/sdk-typescript/) - Smart contracts (
contracts/base/) - Crawler sources (
apps/crawler/)
The WayforthRank ranking engine is proprietary closed-source. The ranker_client.py interface is open — the implementation is not.
- Fork the repo
- Create a feature branch:
git checkout -b feat/your-feature - Make changes with tests
- For contracts:
cd contracts/base && forge test - Open a PR with a clear description
- Python: follow existing patterns, type hints required
- TypeScript: strict mode, no
any - Solidity: NatSpec comments on all public functions
By contributing, you agree your contributions are licensed under BSL 1.1.
Questions? Contact Us