From 6fda82b4448d0a481ec9c8e4e74c7be268326339 Mon Sep 17 00:00:00 2001 From: Andrea Vargas <43045203+Andyvargtz@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:16:54 +0000 Subject: [PATCH] add placeholders --- .../02-access-chainlink-functions/01-introduction.mdx | 9 +++++++++ .../01-introduction copy.mdx | 9 +++++++++ .../icm-chainlink/04-ccip-icm/01-introduction.mdx | 9 +++++++++ content/course/icm-chainlink/meta.json | 10 ++++++++++ content/courses.tsx | 2 +- 5 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 content/course/icm-chainlink/02-access-chainlink-functions/01-introduction.mdx create mode 100644 content/course/icm-chainlink/03-access-chainlink-automation/01-introduction copy.mdx create mode 100644 content/course/icm-chainlink/04-ccip-icm/01-introduction.mdx diff --git a/content/course/icm-chainlink/02-access-chainlink-functions/01-introduction.mdx b/content/course/icm-chainlink/02-access-chainlink-functions/01-introduction.mdx new file mode 100644 index 0000000..45e9a82 --- /dev/null +++ b/content/course/icm-chainlink/02-access-chainlink-functions/01-introduction.mdx @@ -0,0 +1,9 @@ +--- +title: Introduction +description: Learn how to use ICM to access Chainlink VRF services on L1 networks that do not have direct Chainlink support. +updated: 2024-10-21 +authors: [Andrea] +icon: Book +--- + +TBD \ No newline at end of file diff --git a/content/course/icm-chainlink/03-access-chainlink-automation/01-introduction copy.mdx b/content/course/icm-chainlink/03-access-chainlink-automation/01-introduction copy.mdx new file mode 100644 index 0000000..45e9a82 --- /dev/null +++ b/content/course/icm-chainlink/03-access-chainlink-automation/01-introduction copy.mdx @@ -0,0 +1,9 @@ +--- +title: Introduction +description: Learn how to use ICM to access Chainlink VRF services on L1 networks that do not have direct Chainlink support. +updated: 2024-10-21 +authors: [Andrea] +icon: Book +--- + +TBD \ No newline at end of file diff --git a/content/course/icm-chainlink/04-ccip-icm/01-introduction.mdx b/content/course/icm-chainlink/04-ccip-icm/01-introduction.mdx new file mode 100644 index 0000000..45e9a82 --- /dev/null +++ b/content/course/icm-chainlink/04-ccip-icm/01-introduction.mdx @@ -0,0 +1,9 @@ +--- +title: Introduction +description: Learn how to use ICM to access Chainlink VRF services on L1 networks that do not have direct Chainlink support. +updated: 2024-10-21 +authors: [Andrea] +icon: Book +--- + +TBD \ No newline at end of file diff --git a/content/course/icm-chainlink/meta.json b/content/course/icm-chainlink/meta.json index 2e66167..7146360 100644 --- a/content/course/icm-chainlink/meta.json +++ b/content/course/icm-chainlink/meta.json @@ -5,5 +5,15 @@ "index", "---Chainlink VRF on your L1---", "...01-access-chainlink-vrf-services", + "---L1 with C-chain services enabled---", + "...00-cchain-services-on-l1", + "---Chainlink Functions on your L1---", + "...02-access-chainlink-functions", + "---Chainlink Automation on your L1---", + "...03-access-chainlink-automation", + "---Chainlink CCIP and ICM---", + "...04-ccip-icm", + "---Conclusion---", + "certificate" ] } diff --git a/content/courses.tsx b/content/courses.tsx index 33f4fc2..2587e7d 100644 --- a/content/courses.tsx +++ b/content/courses.tsx @@ -120,7 +120,7 @@ const officialCourses: Course[] = [ icon: , status: "featured", duration: "2.5 hours", - tools: ["Teleporter", "Chainlink VRF"], + tools: ["ICM", "Chainlink VRF"], languages: ["Solidity"], instructors: ["Martin Eckardt", "Andrea Vargas", "Ash"] }