Skip to main content

Development & Contributing

Want to contribute to Cruxstack Node SDK? Here’s how to get started.

Local Development

  1. Clone the repo:
    git clone https://github.com/sanketrannore/node-tracker-sdk.git
    cd node-tracker-sdk
  2. Install dependencies:
    npm install
  3. Build the SDK:
    npm run build
  4. Run tests:
    npm test

Type Checking

npm run type-check

Contributing

  • Open issues and pull requests on GitHub
  • Follow the code style and add tests for new features