vorachaitya / MemeKart

Decentralised platform for meme lovers where they can mint thier favourite memes in form of NFT's.

Home Page:https://meme-kart-vorachaitya.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Winner at ETHforAll 2023 hackathon

Problem Statement

  • Many meme lovers like a meme so much that they are excited and eager to buy that meme and claim to be the owner of that meme. But there are hadly any platforms,wherein they can buy memes and be the owner.

Our Solution

  • Thus to help those meme lovers,we have created a decentralised platform-MemeKart where they can mint a NFT(Non-Fungible Token) for thier liked meme just by paying a nominal fee.
  • After this,thier meme becomes unique. Also,the meme would become immutable and be availabe on the peers of the blockchain network thus ensuring high security. Now,they can easily showcase being the owner of that meme in front of other people and brag themselves.

Features

  1. Meme Lover can mint only 1 meme NFT with one transaction.
  2. They have to pay a transaction fee of 0.1 ether to mint a meme.
  3. There exists only 5 meme NFT's which are unique.
  4. The metadata for the NFT's is stored on IPFS(Inter-planetary File System)
  5. The NFT contract is deployed on Goerli Test Network.
  6. For time being,we have made MemeKart a static platform.

🤖 Tech-Stack

  • Ether.js
  • Next.js for creating frontend
  • Solidity,Hardhat for writing smart contracts and deploying them
  • Metamask as a wallet for transaction
  • ERC721 tokens which helps in building Non-Fungible tokens on EVM (Ethereum Virtual Machine) compatible blockchains.
  • IPFS(Inter-planetary File system for storing memes and their metadata
  • Vercel for hosting our website
  • Etherscan to view transactions

Future Scope

  • We will make it a dynamic website wherein user can upload the memes that they want and then mint it.

  • We will use Biconomy for gasless transactions for uploading of the memes.

  • We will also be implementing Push Protocol to send notifications to the meme lovers about regular updates on our websites.

👨‍💻Team Members

MemeKart Contract Address:

0xE6584E4f60021afaB3675741dF7088B5e60c820d

Hosted Website link:

https://meme-kart-vorachaitya.vercel.app/

About

Decentralised platform for meme lovers where they can mint thier favourite memes in form of NFT's.

https://meme-kart-vorachaitya.vercel.app/


Languages

Language:JavaScript 76.5%Language:CSS 11.8%Language:Solidity 11.7%