Skip to content

OperaCode/MultiChainOwnerShip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Framework Smart Contract Deployment

Hardhat + Foundry → Sepolia Testnet

This project demonstrates deploying the same smart contract using two Ethereum development frameworks:

  • Hardhat
  • Foundry

Both frameworks deploy to:

  • Sepolia Testnet (ETH gas)

Owner Contract - HardHat & Foundry

A simple ownership management smart contract deployed on Sepolia Testnet using both Hardhat and Foundry development frameworks.

The contract allows:

  • Setting the deployer as the initial owner
  • Changing ownership securely
  • Restricting sensitive functions to the owner only

Deployed Contract

HardHat Deployment Addresses

Sepolia Testnet (Chain ID: 11155111)
0xfd829bC1aff3076B84A139049F2a0C257199Ff3D


Foundry Deployment Addresses

Sepolia Testnet (Chain ID: 11155111)
0x92E143F3C276476B5F5e1054434D8681d5a2B51f


About

A deterministic multi-network ownership smart contract deployment system using Foundry and Hardhat. Enables reproducible deployments, cross-chain execution, and structured on-chain state coordination across EVM networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors