Skip to content

DIN-center/doc.din

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

192 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIN documentation

This repository contains the documentation for the Decentralized Infrastructure Network (DIN), a protocol designed to provide decentralized, reliable, and economically secure blockchain API services.

What's in this repository

  • DIN documentation: Comprehensive guides covering DIN's architecture, gateway operations, AVS integration, and protocol specifications.
  • API reference: Complete API documentation for supported blockchain networks.

Running locally

You will need to have Node.js installed to run the live previews of the docs locally.

It is highly recommended that you use a tool like nvm to manage Node.js versions on your machine.

Installing recommended Node.js version with nvm

  1. Follow the above instructions to install nvm on your machine, or visit the nvm installation guide.
  2. Go to the root folder of this project in your terminal.
  3. Run nvm install followed by nvm use. This will install the version specified by this project in the .nvmrc file.

Running this project

  1. Navigate to root folder of the project after installing Node.js

  2. Run the following in sequence, which only needs to be done once:

    npm install
  3. To preview and for every time afterward:

    npm run start

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

To run the local build you created, run:

npm run serve

Contributing

We welcome contributions to improve the DIN documentation. Please ensure you follow the style guidelines before submitting your changes.

Built with

This documentation site is built using Docusaurus, a modern static website generator.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors