bxmmm1 / documentation

https://docs.chain.link The Chainlink developer documentation website for Smart Contract Devs and Node Operators

Home Page:https://docs.chain.link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chainlink Docs logo

Welcome to Chainlink developer documentation repository. This repository is the source for developer documentation on docs.chain.link, which is a resource for smart contract developers and node operators building decentralized applications on several networks.

This documentation is open source. If you want to contribute tutorials or improvements, see the Contributing guide.

Developing

To run a local development environment, use the following command:

npm install && npm run dev

Docs architecture

  • All docs are markdown and stored in /src/pages.
  • Navigation is JSON in /src/config/sidebar.ts

Deploy Preview

This repo is configured to automatically create a preview environment on Vercel when a PR is opened. After the deployment is approved, the Vercel bot will leave a comment with a link to the preview on your PR.

Deploying to Production

This repo is configured to automatically update the production (https://docs.chain.link) site when commits are pushed to the main branch.

About

https://docs.chain.link The Chainlink developer documentation website for Smart Contract Devs and Node Operators

https://docs.chain.link

License:MIT License


Languages

Language:TypeScript 42.4%Language:Solidity 24.3%Language:Astro 17.2%Language:CSS 7.5%Language:JavaScript 6.6%Language:Rust 1.1%Language:Python 0.9%Language:Shell 0.0%