Thank you for your interest in contributing to Chen Pilot! We're building the most intelligent gateway for cross-chain DeFi operations, and we'd love your help.
- Fork the Project: Create your own copy of the repository.
- Environment Setup:
- Install Node.js (18+).
- Install
pnpm(npm install -g pnpm). - Run
pnpm install. - Copy
.env.exampleto.envand configure your keys.
- Run Locally:
npm run migration:run(Requires a running PostgreSQL instance).npm run dev.
Look at our Issues list for tasks labeled help wanted or good first issue. We have a roadmap of 50 priority issues focused on building a world-class DeFi Agent on Stellar (Yield strategies, Portfolio management, and Protocol integrations).
- Create a branch from
main:git checkout -b feature/your-feature-name. - Commit your changes using Conventional Commits:
feat: add automated yield farming strategyfix: resolve profit calculation bug in portfolio tooldocs: update strategy contribution guide
- Push to your fork and submit a PR to
main.
- TypeScript: Use strict typing. Avoid
anyunless absolutely necessary. - Tools: All new tools should extend
BaseTooland be placed insrc/Agents/tools/. - Testing: Add unit tests for new logic in the
tests/unitdirectory. - Linting: We use Husky and lint-staged. Your code will be automatically formatted and linted on commit.
- Gateway: The API entry point (
src/Gateway). - Agents: The brain of the operation (
src/Agents). - Tools: Specialized functions the agent can call (
src/Agents/tools). - Registry: Where tools and prompt templates are managed.
If you have questions, feel free to open an issue or join our community discussions!
Chen Pilot — Automating the Multi-Chain Future.