chuckbergeron / etherplate

🔗 Use this to make your next Ethereum DApp w/ React (& Router), Redux, Bulma & OpenZeppelin ERC721
https://chuckbergeron.io
Other
78 stars 34 forks source link

ERC721 #11

Closed svdev1 closed 5 years ago

svdev1 commented 6 years ago

Hi, I am new in solidity and I have checked and configure this repository in my local system but I want to know that when I create purchase or create new token, It will show token transfer from contract to my eth wallet but on image transaction it showing me as ERC20 NFT token so that is the confusion. It is ERC20 NFT token or ERC721?

Thanks

chuckbergeron commented 6 years ago

@svdev1 That's interesting. Is an ERC20 NFT not also a 721? It uses all of the OpenZeppelin ERC721 contracts.