Thank you for helping improve Crypto Utility Toolkit.
- Fork and clone the repository.
- Use Node.js 20 or newer.
- Run
npm install. - Create a focused branch for your change.
Before submitting a pull request, run:
npm run checkChanges should preserve the dependency-free design, include tests for new behavior, and expose public utilities through src/index.js. Keep calculations pure and document validation rules or financial assumptions.
Describe the user-facing impact, keep unrelated changes separate, and update the README or changelog when the public API changes. By contributing, you agree that your work is licensed under the project's MIT License.