Welcome to the zkSync SDK Docs repository. This project is for documenting the SDKs available for zkSync development.
-
Install Bun: Follow the installation instructions.
-
Install Dependencies:
bun install
-
Run Locally: Start the development server at
http://localhost:3000
.bun run dev
To locally preview the production build, first run bun run build
to build the project, then run the following:
bun run preview
This project provides lint commands to check the project.
This command will run all of the lint commands together.
bun run ci:check
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
The following commands are available to run code linting on the project:
bun run lint:prettier
bun run lint:eslint
The zkSync SDK Docs is open for editing by maintainers and contributors of 3rd-party SDKs for zkSync. Follow the recommended guidelines for writing content on the zkSync Docs website.