Skip to content

Latest commit

Β 

History

History
55 lines (37 loc) Β· 1.24 KB

File metadata and controls

55 lines (37 loc) Β· 1.24 KB

🀝 Contributing to zksync-sdk

Thanks for your interest in contributing! πŸŽ‰
This project is open to bug fixes, features, documentation, and examples.

πŸ›  Getting Started

  1. Fork & clone this repo

    git clone [email protected]:YOURNAME/zksync-sdk.git
    cd zksync-sdk
  2. Install dependencies

    bun install
  3. Run tests to verify everything works

    bun run test

πŸ“– Contribution Types

  • 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!

βœ… Pull Request Checklist

Before submitting a PR, please make sure:

  • Commits are small and meaningful.

  • bun run test passes 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).

πŸ’¬ Questions?

Thanks again for helping improve zksync-sdk! πŸš€