An NFT mint page that directly communicates with a smart contract to mint NFTs with ETH
, USDT
and USDC
as payment methods.
Follow the instructions below to get the application up and running locally.
- Node.js (v18 or later recommended)
- npm or yarn
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