Thanks for contributing to cryptocurrencyproject.
- Install Node.js 20+.
- Install dependencies:
npm installRun all checks before opening a pull request:
npm run lint
npm run format
npm run typecheck
npm testIf formatting fails, run:
npm run format:writeFor prompt-assisted or model-guided changes, submit iterations as small, reviewable pull requests:
- Capture the prompt(s) and expected outcome in the PR description.
- Link to any issue filed via the bug report or feature prompt templates.
- Include test evidence from lint/typecheck/test commands.
- Add a model-impact note covering feature changes, behavior changes, or a clear statement of no impact.
- Keep each PR scoped to one prompt-driven objective to simplify rollback and evaluation.
- Use the repository PR template and complete all required sections.
- Ensure CI passes (lint, format check, typecheck, test).
- Update docs/tests when behavior changes.