Skip to content

Lease contract system on Ethereum using beacon proxy, OpenZeppelin, and Hardhat. Factory creates lease proxies, dynamically upgradeable.

Notifications You must be signed in to change notification settings

akshansh-modi/Upgredable_leaseContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upgradable_leaseContract

This repository contains a lease contract system built on Ethereum utilizing the beacon proxy pattern, OpenZeppelin, and Hardhat. The factory contract generates lease proxies, ensuring dynamic upgradability.

Deployment Instructions

To deploy the implementation logic:

npx hardhat ignition deploy ./ignition/modules/deploy.js --network sepolia --verify

To deploy the leaseFactory:

npx hardhat ignition deploy ./ignition/modules/deployFactory.js --network sepolia

About

Lease contract system on Ethereum using beacon proxy, OpenZeppelin, and Hardhat. Factory creates lease proxies, dynamically upgradeable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published