This is a simple application that allows you to mint the CrippyKid NFT for free on the SUI testnet.
- Mint NFT: You can mint your CrippyKid NFT with just a single click.
- Testnet Environment: The application operates on the SUI testnet, so you can mint your NFT for free.
- View on Explorer: Once the NFT is minted, a "View on Explorer" link will appear that takes you directly to the SUI explorer to verify the transaction.
Happy minting!
First, run the development server:
Clone the project
git clone git@github.com:karangorania/sui-nfts.gitGo to the project directory
cd sui-nftsInstall dependencies
npm install
# or
yarn
# or
pnpm iRun Locally
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.