Skip to content

A decentralized application empowering users to mint unique NFTs from the ClubFOMO's Legendary VIP collection on the Ethereum blockchain

Notifications You must be signed in to change notification settings

OuailT/Club_Fomo_Minting_Dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClubFOMO NFT Minting DApp

Mint unique, non-fungible tokens (NFTs) with ClubFOMO's DApp on the Ethereum blockchain. For a client, I developed this project featuring a singular NFT that fetched a sale price of 13.85ETH, amounting to $25,000 at the time of minting.

Club-Fomo-screenshot

Technologies

  • Front-end: ReactJS
  • Smart Contract Language: Solidity
  • Blockchain: Ethereum Mainnet
  • Testing: Foundry

Smart Contract Overview

ClubFOMOVIP is an ERC721 token representing Club FOMO's Legendary VIP collection. It leverages OpenZeppelin's library for solidity standards, ensuring security and efficiency.

Key Features:

  1. Limited Supply: A maximum supply of tokens that can be minted, ensuring exclusivity.
  2. Price: Set token price for minting.
  3. Metadata Extensions: Enable detailed metadata association with NFTs.
  4. Reveal Mechanism: Facilitates revealing the NFT metadata after a certain event.
  5. Payment Splitter: Allows for funds to be split amongst several accounts.

Contract Functions:

  • mint(uint256 _quantity): Allows users to mint NFTs.
  • tokenURI(uint _nftId): Retrieve the URI of a specific NFT.
  • setNotRevealURI(string memory _notRevealedURI): Set the unrevealed URI.
  • setBaseExtension(string memory _baseExtension): Modify the base extension of the metadata files.
  • setBaseURI(string memory _newBaseURI): Change the base URI.
  • setMaxSupply(uint256 _maxSupply): Adjust the max supply of NFTs.
  • _baseURI(): Return the current base URI.
  • reveal(): Toggle to reveal NFT metadata.
  • releaseAll(): Release funds to the specified accounts.

Contract Address

View ClubFOMO Smart Contract on Ethereum Mainnet

Local Setup

  1. Clone the Repository:
git clone <repository-url>
  1. Install Dependencies:
npm install
  1. Start the DApp:
npm start

Foundry Test

Follow the instructions to install Foundry.

Clone and install dependencies:git submodule update --init --recursive
Test Contract: forge test --contracts ./src/test/ClubFomoTest.t.sol -vvvv

Visit http://localhost:3000/ to interact with the decentralizd application.

About

A decentralized application empowering users to mint unique NFTs from the ClubFOMO's Legendary VIP collection on the Ethereum blockchain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published