Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 759 Bytes

File metadata and controls

24 lines (15 loc) · 759 Bytes

Contributing

Thank you for helping improve Crypto Utility Toolkit.

Development setup

  1. Fork and clone the repository.
  2. Use Node.js 20 or newer.
  3. Run npm install.
  4. Create a focused branch for your change.

Quality checks

Before submitting a pull request, run:

npm run check

Changes 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.

Pull requests

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.