Skip to content

Documentation website for 3rd-party SDKs that integrate with zkSync

License

Notifications You must be signed in to change notification settings

Ngozi-Txfusion/sdk-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Follow the recommended guidelines for writing content on the zkSync Docs website.

About

Documentation website for 3rd-party SDKs that integrate with zkSync

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 79.9%
  • TypeScript 10.8%
  • JavaScript 7.5%
  • Shell 1.8%