From 396cb867c1cbb5dd942b4151d5308beb00c92b93 Mon Sep 17 00:00:00 2001 From: Zubin Pratap Date: Tue, 21 May 2024 17:24:40 +1000 Subject: [PATCH] Add CL products that are covered in this Starter Kit. Add references to Functions and CCIP Starter kits. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 75084e6..42953a3 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,18 @@ or forge test ``` +# Chainlink Foundry Starter Kit + Implementation of the following 4 Chainlink services using the [Foundry] (https://book.getfoundry.sh/) smart contract development tooling: + - [Chainlink Price Feeds](https://docs.chain.link/docs/using-chainlink-reference-contracts) + - [Chainlink VRF V2](https://docs.chain.link/docs/chainlink-vrf) + - [Chainlink Automation](https://docs.chain.link/chainlink-automation/introduction) + - [Request & Receive data (AnyAPI)](https://docs.chain.link/any-api/introduction) + + +For [Chainlink Functions](https://docs.chain.link/chainlink-functions) please go to these tarter kits: [Hardhat](https://github.com/smartcontractkit/functions-hardhat-starter-kit) | [Foundry (coming soon)](https://github.com/smartcontractkit/functions-foundry-starter-kit) + +For [Chainlink CCIP (Cross Chain Interoperability Prototocol)](https://docs.chain.link/ccip) please go to these starter kits: [Hardhat](https://github.com/smartcontractkit/ccip-starter-kit-hardhat) | [Foundry](https://github.com/smartcontractkit/ccip-starter-kit-foundry) + # Deploying to a network Deploying to a network uses the [foundry scripting system](https://book.getfoundry.sh/tutorials/solidity-scripting.html), where you write your deploy scripts in solidity!