Is it possible to create an erc721 contract without using openzepplin library and render it on opensea?
I am building an erc721 contract (for practice) from scratch without using any external libraries such as openzepplin. till yet the basic functions work. now I want to list the tokens created from this contract to open sea, how do I do that or is inheriting the openzepplin contract necessary? >Solution : Yes, you definitely… Read More Is it possible to create an erc721 contract without using openzepplin library and render it on opensea?