Skip to content

zeta-chain/docs

Folders and files

NameName
Last commit message
Last commit date
Nov 1, 2023
Dec 22, 2023
Dec 21, 2023
Dec 22, 2023
Jun 14, 2023
Jun 5, 2023
Jun 26, 2023
Jan 2, 2024
Jun 26, 2023
Jun 14, 2023
Jun 5, 2023
Jul 26, 2023
Nov 29, 2023
Jun 5, 2023
Jun 5, 2023
Jun 5, 2023
Jun 14, 2023
Jun 5, 2023
Dec 7, 2023
Sep 21, 2023

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.