Skip to content

Commit

Permalink
feat: add Sorting Hat Ceremony with house assignment and NFT minting
Browse files Browse the repository at this point in the history
- Introduced `SortingHat` component for the Sorting Hat Ceremony.
- Added functionality to randomly assign a Hogwarts house with descriptions and themed colors.
- Integrated Thirdweb's `useContract` and `useContractWrite` for minting house NFTs.
- Included a suspenseful sorting animation with dynamic UI updates.
- Designed responsive layout with Tailwind CSS, featuring gradients and hover effects.
- Added `Sorting Hat` image hosted on Cloudinary for improved asset management.
  • Loading branch information
mollybeach committed Nov 16, 2024
1 parent 5ed1444 commit b9dd818
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/images/token-gating-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/token-sorting-hat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const projects: Project[] = [
date: "Jan 2022 - April 2022",
description: "A Discord bot integration that manages server access based on users' cryptocurrency token holdings. The system verifies wallet balances through smart contracts and automatically grants/revokes Discord roles based on token ownership. Features real-time monitoring via Moralis webhooks and OAuth2 authentication 🤖.",
technologies: ["Next.js", "TypeScript", "MongoDB", "Discord.js", "Thirdweb", "AWS Lambda", "Moralis", "Smart Contracts"],
microlink: "https://res.cloudinary.com/storagemanagementcontainer/image/upload/v1731722294/portfolio/token-gating-discord-bot-api-app-preview_t1pfto.png",
microlink: "https://res.cloudinary.com/storagemanagementcontainer/image/upload/v1731725240/portfolio/token-gating-app_yuwitc.png",
link: "https://mollybeach.github.io/token-gating-discord-bot-api/",
previewType: "image",
overview: "Discord bot for token-based access control",
Expand All @@ -122,7 +122,7 @@ const projects: Project[] = [
]
},
screenshots: [
{ url: "https://res.cloudinary.com/storagemanagementcontainer/image/upload/v1731722294/portfolio/token-gating-discord-bot-api-app-preview_t1pfto.png", alt: "Token Gate Bot Preview" }
{ url: "https://res.cloudinary.com/storagemanagementcontainer/image/upload/v1731725240/portfolio/token-gating-app_yuwitc.png", alt: "Token Gate Bot Preview" }
],
status: "In Development",
techStack: {
Expand Down

0 comments on commit b9dd818

Please sign in to comment.