Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.66 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.66 KB

Blockchain GitHub last commit

Repository with different coding proves

Table of contents :shipit:

This repository contains all the proves I'm doing with Solidity during my learning 📚.

  1. Implementation of a basic ERC721URIStorage collection from OpenZeppelin with on-chain SVG uploading, perfect for Polygon Network. You can check this implementation on a Mumbai test network on OpenSea.
  2. 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.
  3. TO DO
  4. Implementation of a basic POC Contract to call the functions from another test one. Based on Solidity By Example.
  5. Basic Contract Factory implementation to create a new contract with his own owner.

Coming soon ...