Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

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?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Yes, you definitely can (and should!) try implementing your own ERC721 contract. ERC721 is simply a token standard, and in order for your token to be considered ERC721, you must implement the interface described here. You can also refer back to the OpenZeppelin implementation for inspiration on how to handle security vulnerabilities, gas optimization, etc. Note that any NFT project that has some sort of special functionality (gamification, mutation, etc.) must have implemented their own version of an ERC721 token.

To list your NFT on OpenSea, check out this link

Good luck with your project!

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading