Welcome to the Via Labs Developer Documentation repository. This project hosts comprehensive documentation for Via Labs's suite of blockchain development tools and technologies, designed to facilitate cross-chain communication and smart contract development.
Our documentation covers a range of topics including detailed breakdowns of our smart contracts, setup and usage guides, and examples of cross-chain functionality. The documentation is built with Docus, offering an intuitive and easy-to-navigate experience.
Before running the documentation locally, ensure you have the following installed:
To view the documentation on your local machine:
-
Clone the repository:
git clone https://github.com/VIALabs-io/docs-developer.git cd docs
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to view the documentation.