Development & Contributing
Want to contribute to Cruxstack Node SDK? Here’s how to get started.
Local Development
- Clone the repo:
git clone https://github.com/sanketrannore/node-tracker-sdk.git
cd node-tracker-sdk - Install dependencies:
npm install
- Build the SDK:
npm run build
- 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