Learn how to interact with Chainlink products and deploy smart contracts. No prior experience required. If you're curious about blockchains and ready to learn about Web3 development, this path will get you started.
Are you new to blockchains, smart contracts, and Ethereum? Do you want to understand and engage with the exciting world of Web3? Then you're in the right place. This live tutorial will guide you through the fundamentals of Web3 technology, helping you begin your journey into the rapidly expanding Web3 ecosystem.
Prefer to read? Check out the documentation
This guide explains how to get random values using a simple contract to request and receive random values from Chainlink VRF v2. For more advanced examples with programmatic subscription configuration, see the Programmatic Subscription page. To explore more applications of VRF, refer to our blog.
Prefer to read? Check out the documentation
This tutorial shows you how to use Chainlink Automation to automate your Chainlink Functions. Automation is essential when you want to trigger the same function regularly, such as fetching weather data daily or fetching an asset price on every block. After you deploy and set up your contract, Chainlink Automation triggers your function according to a time schedule.
Prefer to read? Check out the documentation.
This tutorial shows you how to run computations on the Chainlink Functions Decentralized Oracle Network (DON). The example code computes the geometric mean of numbers in a list. After OCR completes offchain computation and aggregation, it returns the result to your smart contract.
Prefer to read? Check out the documentation.
Prefer to read? Check out the documentation.
In this tutorial, you will use Chainlink CCIP to transfer tokens from a smart contract to an account on a different blockchain. First, you will pay for the CCIP fees on the source blockchain using LINK. Then, you will use the same contract to pay CCIP fees in native gas tokens. For example, you would use ETH on Ethereum or MATIC on Polygon.