vorachaitya / An-FT

Building a NFT collection using React.js,Next.js,Ether.js,Hardhat,ERC721 and Metamask. WhiteList users get access to NFTs before it has been released.This is an extension to project Whitelist-Dapp.

Home Page:https://an-ft.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a NFT collection using React.js,Next.js,Ether.js,Hardhat,ERC721 and Metamask.

WhiteList users get access to NFTs before it has been released.This is an extension to project Whitelist-Dapp.

image

What is a Non-Fungible Token? Fungible means to be the same or interchangeable eg. Eth is fungible. With this in mind, NFTs are unique; each one is different. Every single token has unique characteristics and values. They are all distinguishable from one another and are not interchangeable eg Unique Art.

What is ERC-721? ERC-721 is an open standard that describes how to build Non-Fungible tokens on EVM (Ethereum Virtual Machine) compatible blockchains; it is a standard interface for Non-Fungible tokens; it has a set of rules which make it easy to work with NFTs

Features

  1. WhiteList access is given to first 10 users for free who want to get in.
  2. Website is created where people can go and enter into wishlist.
  3. Finally,deploying website on Vercel.

CrptoDevs Contract Address: 0x07278429061DbD96c327bF38Fee1FB26F77F2ecA

Hosted Website link: "https://an-ft.vercel.app/"

About

Building a NFT collection using React.js,Next.js,Ether.js,Hardhat,ERC721 and Metamask. WhiteList users get access to NFTs before it has been released.This is an extension to project Whitelist-Dapp.

https://an-ft.vercel.app


Languages

Language:JavaScript 79.6%Language:Solidity 11.0%Language:CSS 9.4%