Skip to content

Feat/account factory invoke example script#370

Merged
Jambox11 merged 2 commits into
mux-labs:mainfrom
marshalfleet:feat/account-factory-invoke-example-script
Jun 28, 2026
Merged

Feat/account factory invoke example script#370
Jambox11 merged 2 commits into
mux-labs:mainfrom
marshalfleet:feat/account-factory-invoke-example-script

Conversation

@marshalfleet

Copy link
Copy Markdown
Contributor

Pull Request Description
Summary

Added an example invoke script for the account factory to demonstrate how to interact with the contract and simplify local development, testing, and integration workflows.

Changes Made
Added an example invoke script for account factory operations
Included usage examples for invoking supported contract methods
Followed existing repository scripting patterns and conventions
Added input validation and safe handling for missing or invalid parameters
Ensured script handles stale, disconnected, or failed invocation states gracefully
Added documentation explaining script usage and expected inputs
Kept implementation aligned with existing linting, module, and security practices
Testing
Verified the invoke script executes correctly in supported environments
Tested valid contract invocation flows
Tested invalid input handling
Confirmed script behavior matches existing account factory APIs
Verified existing contract flows remain unaffected
Confirmed CI checks pass successfully
Acceptance Criteria Covered
Example invoke script implemented
Relevant contract interaction paths covered
Runtime behavior verified where applicable
Tests/documentation added
Invalid states handled gracefully
Existing account factory flows remain unchanged

Closes #225

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@marshalfleet 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

@Jambox11 Jambox11 merged commit 840f542 into mux-labs:main Jun 28, 2026
1 of 3 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.

Account factory: Add example invoke script

2 participants