smartcontractkit / 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.

Note

The code samples in this documentation are examples for using Chainlink products and services and are provided to help you understand how to interact with Chainlink's systems and services so that you can integrate them into your own. These templates are provided "AS IS" and "AS AVAILABLE" without warranties of any kind, have not been audited, and may be missing key checks or error handling to make the usage of the product more clear. Do not use the example code in a production environment without completing your own audits and application of best practices. Neither Chainlink Labs, the Chainlink Foundation, nor Chainlink node operators are responsible for unintended outputs that are generated due to errors in code.

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/content.
  • 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:MDX 72.4%Language:TypeScript 11.4%Language:Solidity 9.3%Language:Astro 4.0%Language:CSS 1.7%Language:JavaScript 0.9%Language:Rust 0.1%Language:Python 0.1%Language:Shell 0.1%Language:Batchfile 0.0%