Skip to content

zeta-chain/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0404fe8 · Jan 15, 2025
Dec 6, 2024
Dec 2, 2024
Jan 15, 2025
May 9, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 9, 2024
Jun 26, 2023
Jun 26, 2023
Jun 14, 2023
May 9, 2024
Jul 31, 2024
Jun 19, 2024
Jul 11, 2024
Nov 25, 2024
May 9, 2024
May 9, 2024
Jun 10, 2024
Jun 14, 2023
Jul 31, 2024
Nov 25, 2024

Repository files navigation

ZetaChain Documentation

Welcome to the ZetaChain documentation repository! Here you will find comprehensive information about the ZetaChain protocol, including tutorials, developer resources, and more.

To access the live version of the documentation, please visit https://www.zetachain.com/docs/.

Contributing

Installation

To get started, make sure you have all the necessary dependencies installed. You can do this by running the following command:

yarn

Local Development

For local development, you can run a development server by executing the following command:

yarn dev

This will start a local development server and automatically open a browser window. Most changes you make will be reflected live without the need to restart the server.

Build

To generate static content for deployment, you can use the following command:

yarn build

Running this command will generate the static content and store it in the build directory. You can then use any static content hosting service to serve the documentation.

We encourage and welcome contributions to the ZetaChain documentation. If you have any suggestions, improvements, or find any issues, please feel free to contribute by submitting a pull request.