Skip to content

Latest commit

 

History

History
executable file
·
33 lines (24 loc) · 965 Bytes

readme.md

File metadata and controls

executable file
·
33 lines (24 loc) · 965 Bytes

CCM-YachtParty

An NFT mint page that directly communicates with a smart contract to mint NFTs with ETH, USDT and USDC as payment methods.

Getting Started

Follow the instructions below to get the application up and running locally.

Prerequisites

  • Node.js (v18 or later recommended)
  • npm or yarn

Installation

Clone the repository and install the dependencies:

git clone https://github.com/CeyLabs/CCM-YachtParty-NFT-FE.git
cd CCM-YachtParty-NFT-FE
npm install
# or
yarn install