Skip to content

feat: implement smart contract wallet with account abstraction and ga… - #443

Merged
ayomideadeniran merged 2 commits into
StellarDevHub:mainfrom
chidii:feat/smart-wallet
May 1, 2026
Merged

feat: implement smart contract wallet with account abstraction and ga…#443
ayomideadeniran merged 2 commits into
StellarDevHub:mainfrom
chidii:feat/smart-wallet

Conversation

@chidii

@chidii chidii commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

Closes #403

What this PR does
Implements smart contract wallets with account abstraction, multi-signature support, session keys, wallet recovery, and gas sponsorship via paymaster.

Files

  • contracts/src/smart_wallet.rs — Multi-sig wallet with threshold signatures, session keys, recovery via guardian
  • contracts/src/paymaster.rs — Gas sponsorship with per-wallet limits, cost calculation, reimbursement tracking
  • frontend/src/components/wallet/WalletDashboard.tsx — Wallet creation, transaction execution, gas sponsorship view, session keys

Acceptance Criteria

  • ✅ Wallets created with custom logic (multi-sig, threshold)
  • ✅ Account abstraction functional (session keys, custom auth)
  • ✅ Gas sponsorship works (paymaster with limits)
  • ✅ Recovery mechanisms secure (guardian + delay)
  • ✅ Frontend manages wallet seamlessly
  • ✅ All operations emit proper events

/claim #403

@drips-wave

drips-wave Bot commented Apr 29, 2026

Copy link
Copy Markdown

@chidii Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ayomideadeniran

Copy link
Copy Markdown
Contributor

pr under review, if i find any wrong implementation i will notify you.

2 similar comments
@ayomideadeniran

Copy link
Copy Markdown
Contributor

pr under review, if i find any wrong implementation i will notify you.

@ayomideadeniran

Copy link
Copy Markdown
Contributor

pr under review, if i find any wrong implementation i will notify you.

@ayomideadeniran
ayomideadeniran merged commit 6e449d6 into StellarDevHub:main May 1, 2026
0 of 5 checks passed
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.

2 participants