Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of SVG NFT challenge title and description #203

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/react-app/src/data/challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ export const challengeInfo = {
"nft-cohort": {
id: 7,
branchName: "challenge-5-svg-nft-cohort",
label: "🎁 SVG NFT 🎫 Building Cohort Challenge",
label: "🎁 SVG NFT 🎫 Challenge",
disabled: false,
description:
"πŸ§™ Tinker around with cutting edge smart contracts that render SVGs in Solidity. 🧫 We quickly discovered that the render function needs to be public... πŸ€” This allows NFTs that own other NFTs to render their stash. Just wait until you see an Optimistic Loogie and a Fancy Loogie swimming around in the same Loogie Tank!",
"🎨 Create a dynamic SVG NFT using a smart contract. Your contract will generate on-chain SVG images and allow users to mint their unique NFTs. ✨ Customize your SVG graphics and metadata directly within the smart contract. πŸš€ Share the minting URL once your project is live!",
previewImage: "assets/challenges/dynamicSvgNFT.svg",
// Challenge locked until the builder completed these challenges
dependencies: ["simple-nft-example", "decentralized-staking", "token-vendor", "dice-game"],
Expand Down
Loading