Skip to content

Commit a896e05

Browse files
committed
update metadata
1 parent 82b5b82 commit a896e05

23 files changed

+90
-2
lines changed

src/content/quickstarts/automated-portfolio-manager.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
---
22
title: "Automated Portfolio Manager"
33
description: "Build a portfolio that automatically rebalances itself based on real-time data from on-chain and off-chain sources."
4+
excerpt: "automated portfolio rebalancing real-time data feeds automation functions smart contract investment management defi"
45
githubSourceCodeUrl: "https://github.com/smartcontractkit/quickstarts-automated-portfolio-manager"
56
image: "QuickStarts-AutomatedPortfolioManager.webp"
67
products: ["Feeds", "Automation", "Functions"]
78
time: "45 minutes"
9+
datePublished: "2024-09-18"
10+
lastModified: "2025-06-17"
11+
difficulty: "intermediate"
812
---
913

1014
import { Accordion, Aside, CodeSample, ClickToZoom } from "@components"

src/content/quickstarts/automation-station.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: "Automation Station"
33
description: "Use FlashLiquidity's Automation Station to manage your upkeeps."
4+
excerpt: "chainlink automation upkeep management flashliquidity station hardhat deployment funding batch migration"
45
githubSourceCodeUrl: "https://github.com/flashliquidity/flashliquidity-automation"
56
image: "QuickStarts-FlashLiquidity-Automation-Station.png"
67
products: ["automation"]
78
time: "180 minutes"
89
requires: "Wallet with gas token & ERC-677 LINK"
10+
datePublished: "2024-08-30"
11+
lastModified: "2025-06-17"
12+
difficulty: "intermediate"
913
---
1014

1115
import { Accordion, Aside, CodeSample, ClickToZoom } from "@components"

src/content/quickstarts/batch-reveal.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: "Batch Collection Reveal"
33
description: "Use Chainlink VRF and Automation in generative art collections."
4+
excerpt: "batch collection reveal chainlink vrf automation generative art nft smart contract provably random cost efficient"
45
githubSourceCodeUrl: "https://github.com/smartcontractkit/chainlink-automation-templates/tree/main/batch-nft-reveal"
56
image: "QuickStarts-Batch-Collection-Reveal.webp"
67
products: ["automation", "vrf"]
78
time: "180 minutes"
89
requires: "Wallet with gas token & ERC-677 LINK"
10+
datePublished: "2023-09-21"
11+
lastModified: "2024-09-26"
12+
difficulty: "intermediate"
913
---
1014

1115
import { Accordion, Aside, CodeSample, ClickToZoom } from "@components"

src/content/quickstarts/ccip-direct-staking.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ image: "QuickStarts-CCIP-Liquid-Staking.webp"
77
products: ["ccip"]
88
time: "60 minutes"
99
requires: "Wallet with ETH on Base Mainnet"
10-
datePublished: "2025-06-17T05:17:09Z"
11-
lastModified: "2025-06-17T05:17:09Z"
10+
datePublished: "2025-06-17"
11+
lastModified: "2025-08-05"
1212
difficulty: "advanced"
1313
---
1414

src/content/quickstarts/chainlink-demo-app.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: "Chainlink Demo App"
33
description: "Run the Chainlink Demo App locally to learn how to develop your own applications."
4+
excerpt: "chainlink demo app fullstack development hardhat nextjs automation vrf data feeds local deployment tutorial"
45
githubSourceCodeUrl: "https://github.com/smartcontractkit/chainlink-fullstack"
56
image: "QuickStarts-Chainlink-Demo-App.webp"
67
products: ["automation", "vrf", "feeds"]
78
time: "60 minutes"
89
requires: "Wallet with gas token & ERC-677 LINK"
10+
datePublished: "2023-09-29"
11+
lastModified: "2025-06-09"
12+
difficulty: "intermediate"
913
---
1014

1115
import { Accordion, Aside } from "@components"

src/content/quickstarts/chainlink-hardhat-starter-kit.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: "Chainlink Hardhat Starter Kit"
33
description: "Get started with Chainlink services inside your Hardhat projects."
4+
excerpt: "chainlink hardhat starter kit smart contract development setup configuration deployment framework integration"
45
githubSourceCodeUrl: "https://github.com/smartcontractkit/hardhat-starter-kit"
56
image: "QuickStarts-Chainlink-Hardhat-Starter-Kit.webp"
67
products: ["general"]
78
time: "10 minutes"
89
requires: "Wallet with gas token & ERC-677 LINK"
10+
datePublished: "2023-09-21"
11+
lastModified: "2025-06-17"
12+
difficulty: "beginner"
913
---
1014

1115
import { Aside } from "@components"

src/content/quickstarts/circuit-breaker.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: "Data Feed Circuit Breaker Using Chainlink Automation"
33
description: "Build your own Data Feed Circuit Breaker Using Chainlink Automation."
4+
excerpt: "data feed circuit breaker chainlink automation smart contract pause dapp adverse events market volatility protection"
45
githubSourceCodeUrl: "https://github.com/smartcontractkit/quickstarts-circuitbreaker"
56
image: "QuickStarts-Circuit-Breaker.webp"
67
products: ["automation", "feeds"]
78
time: "90 minutes"
89
requires: "Wallet with gas token & ERC-677 LINK"
10+
datePublished: "2023-09-29"
11+
lastModified: "2025-03-11"
12+
difficulty: "intermediate"
913
---
1014

1115
import { Accordion, Address, Aside, ClickToZoom, CodeSample, CopyText } from "@components"

src/content/quickstarts/deploy-your-first-contract.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
---
22
title: "Deploy Your First Smart Contract"
33
description: "Write your first smart contract and run it in your browser without any knowledge about Ethereum or blockchains."
4+
excerpt: "smart contract deployment tutorial solidity remix metamask blockchain ethereum beginner hello world first contract"
45
image: "QuickStarts-Deploy-your-first-Smart-Contract.webp"
56
products: ["general"]
67
time: "10 minutes"
78
requires: "Wallet with gas token & ERC-677 LINK"
9+
datePublished: "2021-12-20"
10+
lastModified: "2025-06-17"
11+
difficulty: "beginner"
812
---
913

1014
import { Accordion, Aside, CodeSample } from "@components"

src/content/quickstarts/dev3-chainlink-sdk.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: "Dev3 Chainlink SDK"
33
description: "Learn how to install and use the Dev3 Chainlink SDK in your applications."
4+
excerpt: "dev3 chainlink sdk installation usage applications smart contract development toolkit integration"
45
githubSourceCodeUrl: "https://github.com/0xDev3/dev3-sdk"
56
image: "QuickStarts-Dev3-Chainlink-SDK.webp"
67
products: ["general"]
78
time: "30 minutes"
89
requires: "Wallet with gas token & ERC-677 LINK"
10+
datePublished: "2023-09-29"
11+
lastModified: "2024-09-26"
12+
difficulty: "beginner"
913
---
1014

1115
import { Aside } from "@components"

src/content/quickstarts/dynamic-metadata.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
---
22
title: "Dynamic Metadata with Automation"
33
description: "Use Chainlink Automation to create NFTs that can change over time, based on user interaction, or any number of conditions."
4+
excerpt: "dynamic metadata automation nft chainlink time-based user interaction conditional smart contract digital assets"
45
image: "QuickStarts-Dynamic-Metadata-with-Automation.webp"
56
products: ["automation"]
67
time: "60 minutes"
78
requires: "Wallet with gas token & ERC-677 LINK"
9+
datePublished: "2023-09-15"
10+
lastModified: "2023-10-07"
11+
difficulty: "intermediate"
812
---
913

1014
import { Accordion, Aside, ClickToZoom } from "@components"

0 commit comments

Comments
 (0)