Thanks for your interest in contributing! π
This project is open to bug fixes, features, documentation, and examples.
-
Fork & clone this repo
git clone [email protected]:YOURNAME/zksync-sdk.git cd zksync-sdk
-
Install dependencies
bun install
-
Run tests to verify everything works
bun run test
- Bug reports β open a GitHub issue with clear steps to reproduce.
- Fixes / features β open a pull request. Keep changes focused.
- Docs / examples β improvements are always welcome!
Before submitting a PR, please make sure:
-
Commits are small and meaningful.
-
bun run testpasses locally. -
Run code checks to ensure style and types are correct:
bun run lint bun run format:check bun run typecheck
-
Update or add docs/examples if needed.
-
Link the related issue (if any).
- Open a GitHub Discussion
- Or join the zkSync community for general questions.
Thanks again for helping improve zksync-sdk! π