Quick Start
Get started contributing to StepFi
Quick Start
StepFi welcomes contributors through the Stellar Drips Wave program.
Prerequisites
Before contributing, make sure you have:
- Git
- Node.js 20 or later
- Rust with wasm32-unknown-unknown target
- Stellar CLI v22 or later
Contribution Flow
Fork the repo
Fork the relevant repository to your GitHub account.
Create a branch
git checkout -b feat/your-feature-nameRead the context files
Every repo has a context/ folder with architecture, code standards, and progress tracker. Read these first.
Make your changes
Follow the code standards in context/code-standards.md. Run tests before pushing.
Open a PR
Reference the issue number in your PR description. Example: Closes #5
Get reviewed and merged
Once approved and merged, your contribution is live.