Akkii4 / Minimal-Proxy-Contract

Minimal proxy contract to deploy clones cheaply.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Proxy Hardhat Project

This project demonstrates a basic Minimal Clone Proxy Hardhat project based on EIP 1167.

Try running some of the following tasks:

npm run deploy
npx hardhat verify "Contract-Address" --network mumbai
npx hardhat test

About

Minimal proxy contract to deploy clones cheaply.


Languages

Language:Solidity 68.4%Language:JavaScript 31.6%