Contributing
Thanks for your interest in contributing.
How to contribute
Fork the repository and create a feature branch.
Open an issue describing the bug/feature before major work.
Make changes and include tests where applicable.
Run the test suite:
npm run test
.Submit a pull request with a clear description and changelog entry.
Code style
Use Solidity ^0.8.20 and OpenZeppelin patterns.
JavaScript/TypeScript: follow repository linting (if present).
Commit messages
Use concise, descriptive commits. Include issue references.
Review process
PRs are reviewed by maintainers. Expect feedback and iterative updates.
Last updated