Skip to content

Commit 6969600

Browse files
committed
chainlink vrf content
1 parent b83f99b commit 6969600

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

content/course/icm-chainlink/meta.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
"root": true,
44
"pages": [
55
"index",
6-
"---L1 with C-chain services enabled---",
7-
"...00-cchain-services-on-l1",
86
"---Chainlink VRF on your L1---",
97
"...01-access-chainlink-vrf-services",
10-
"---Chainlink Functions on your L1---",
11-
"...01-access-chainlink-functions",
12-
"---Chainlink Functions on your L1---",
13-
"...01-access-chainlink-automation",
14-
"---Conclusion---",
15-
"certificate"
168
]
179
}

content/courses.tsx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
import { ArrowLeftRight, Coins, MailIcon, SquareCode, SquareIcon, SquareStackIcon, TerminalIcon, Triangle } from 'lucide-react';
2+
import { ArrowLeftRight, Coins, MailIcon, SquareCode, SquareIcon, SquareStackIcon, TerminalIcon, Triangle, HexagonIcon } from 'lucide-react';
33

44
export type Course = {
55
name: string;
@@ -112,18 +112,20 @@ const officialCourses: Course[] = [
112112
tools: ["HyperSDK"],
113113
languages: ["Go", "Typescript"],
114114
instructors: ["Aaron Buchwald", "Ilya", "Rodrigo Villar", "Martin Eckardt", "Owen Wahlgren"]
115-
}
116-
/*{
117-
name:"Chainlink VRF with Interchain Messaging ",
115+
},
116+
{
117+
name:"Chainlink VRF with Interchain Messaging",
118118
description:"Utilize Interchain Messaging to make Chainlink VRF available on any blockchain in the Avalanche Network",
119-
slug:"teleporter-chainlink-vrf",
120-
icon: Dice3Icon,
119+
slug:"icm-chainlink",
120+
icon: <HexagonIcon />,
121121
status: "featured",
122122
duration: "2.5 hours",
123123
tools: ["Teleporter", "Chainlink VRF"],
124-
languages: ["Solidity"]
125-
},
126-
{
124+
languages: ["Solidity"],
125+
instructors: ["Martin Eckardt", "Andrea Vargas", "Ash"]
126+
}
127+
/*,
128+
{
127129
name:"HyperSDK",
128130
description:"Learn to build customized Virtual Machines using our SDK",
129131
slug:"hypersdk",

next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ const config = {
2828
destination: '/course/interchain-messaging',
2929
permanent: true,
3030
},
31+
{
32+
source: '/course/interchain-messaging/14-access-chainlink-vrf-services',
33+
destination: '/course/icm-chainlink/01-access-chainlink-vrf-services',
34+
permanent: true,
35+
},
3136
{
3237
source: '/start',
3338
destination: '/',
214 KB
Loading

0 commit comments

Comments
 (0)