Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 297 Bytes

File metadata and controls

13 lines (11 loc) · 297 Bytes

Contributing to TrustFlow SDK

Setup

npm install
npm test

Guidelines

  • TypeScript strict mode — no any types in public APIs
  • All public functions must have JSDoc comments
  • Tests required for new utilities (minimum 60% coverage)
  • Run npm run lint before submitting PR