/sdk-docs

Documentation for 3rd-party SDKs that integrate with zkSync

Primary LanguageVueApache License 2.0Apache-2.0

ZKsync SDK Docs

License License: Apache 2.0 Contributor Covenant Contributions Welcome X (formerly Twitter) Follow

Welcome to the ZKsync SDK Docs repository. This project is for documenting the SDKs available for ZKsync development.

๐Ÿš€ Quick Start

  1. Install Bun: Follow the installation instructions.

  2. Install Dependencies:

    bun install
  3. Run Locally: Start the development server at http://localhost:3000.

    bun run dev

๐Ÿ› ๏ธ Built With

๐Ÿ‘€ Local Preview

To locally preview the production build, first run bun run build to build the project, then run the following:

bun run preview

โœจ Lint & Formatting

This project provides lint commands to check the project.

Run CI Checks โœ”๏ธ

This command will run all of the lint commands together.

bun run ci:check

Markdown Linting ๐Ÿ“

Markdown files are found in the /content directory. The following lint commands will run within that directory:

bun run lint:spelling
bun run lint:markdown

Linting ๐Ÿงน

The following commands are available to run code linting on the project:

bun run lint:prettier
bun run lint:eslint

๐Ÿค Contributions

The ZKsync SDK Docs is open for editing by maintainers and contributors of 3rd-party SDKs for ZKsync. Read through the Contribution Guidelines to learn how to follow recommended development practices.

Follow the recommended guidelines for writing content on the ZKsync Docs website.