Repository with different coding proves
This repository contains all the proves I'm doing with Solidity during my learning 📚.
- Implementation of a basic
ERC721URIStorage
collection from OpenZeppelin with on-chain SVG uploading, perfect forPolygon Network
. You can check this implementation on a Mumbai test network on OpenSea. - Implementation of a basic
ERC721URIStorage
collection from OpenZeppelin with on-chain Image uploading (JPEG, JPG, PNG, SVG
) from Image URI. This implementation has the Max Size problem, future code to handle this is comming soon. - TO DO
- Implementation of a basic POC Contract to call the functions from another test one. Based on Solidity By Example.
- Basic Contract Factory implementation to create a new contract with his own owner.
Coming soon ...