Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.19 KB

TrustFundBaby

*This project is built at the ETHGlobal Istanbul hackathon.

Overview

Problems & Solutions

Technologies

  • EAS, ethereum attestation service

Inspiration & Credit

Deployed Contracts

Here is the list of the Wallet Factory contract addresses deployed on each network.

Chain Address
Optimism Goerli 0xBe53e82C30A90fcb20fB3b08ae0B0F9a2E1c64d3
Arbitrum Goerli 0xCd3933B359A73DEBbDcfd0E6C3a6BB36f114E187
Base Goerli 0x2A6120978D3F868299AA020303b93B9a90f257CF
Scroll sepolia 0xCd3933B359A73DEBbDcfd0E6C3a6BB36f114E187
Linea Goerli 0xCd3933B359A73DEBbDcfd0E6C3a6BB36f114E187

Deployments

get into contract folder
cd trustFundBaby
compile
forge compile
deploy Wallet Factory
$ make deployFactoryArb
Deploy Wallet
NOTE: please create the attestation and deploy wallet factory before deploy wallet
also update the schema uid and wallet factory address in script/TransferOwnership.s.sol
$ make deployWalletArb