Skip to content

pseudocode88/fakenft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeNFT

A smart contract to simulate NFT.

Setup & Test

yarn install
yarn hardhat test

Deployment

  • Localhost yarn run deploy-local
  • Goreli yarn run deploy-testnet

--

v 1.0.0

In the first version of the project is designer with a base NFT contract which have a state varaible to define the max supply of the NFT and the declaration of basic functions like mint, transfer, ownerOf, balanceOf and getMaxSupply. The FakeNFT contract is our project which onherit the base contract and define the functionality.

About

A fake NFT smart contract

Resources

Stars

Watchers

Forks

Packages

No packages published