Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet structure setup #6

Merged
merged 8 commits into from
Dec 13, 2024

Conversation

casweeney
Copy link
Contributor

Wallet Structure Setup - Fixes: #5

  • Created a Wallet.sol file that contains a Wallet smart contract
  • Did the Wallet contract setup
  • Created WalletFactory.sol file and implemented the WalletFactory contract
  • Created WalletFactory.s.sol, a script for deploying the WalletFactory
  • Implemented test for WalletFactory inside test/WalletFactory.t.sol
  • Contracts are compiling - Tests are passing 💯 LFG

@Dprof-in-tech Dprof-in-tech merged commit 912d2d7 into dewdrop-labs:main Dec 13, 2024
1 check failed
@casweeney casweeney deleted the wallet-structure-setup branch December 14, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In-App wallet structure setup
2 participants