taco-web
taco-web copied to clipboard
Add TACo Account Abstraction signing demo
Summary
- Add comprehensive TACo Account Abstraction signing demo for adopters
- Single-file implementation showing TACo threshold signatures with ERC-4337
- Complete documentation with example output and setup instructions
Demo Features
- Real TACo testnet integration (2-of-3 threshold)
- MetaMask Delegation Toolkit smart account creation
- Balance tracking and fund management
- Pimlico bundler integration for UserOperation execution
- Clean developer experience with minimal boilerplate
Test Plan
- [x] Demo builds successfully
- [x] All tests pass
- [x] Linting passes
- [x] Documentation is clear and complete
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:warning: Please upload report for BASE (signing-epic@7cc3d47). Learn more about missing BASE report.
Additional details and impacted files
@@ Coverage Diff @@
## signing-epic #693 +/- ##
===============================================
Coverage ? 90.14%
===============================================
Files ? 97
Lines ? 8463
Branches ? 528
===============================================
Hits ? 7629
Misses ? 791
Partials ? 43
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
You will need to rebase this over signing-epic now that #737 is merged.
@theref I rebased this PR over signing-epic and used the latest alpha.5 releases. Also made some tweaks to the logic.