You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
Description:
Resolve the error occurring in the form-pledge component, where a signTransaction function must be provided either when calling signAndSend or when initializing the Client.
Review the current implementation of the form-pledge component.
Identify where the signTransaction function should be integrated.
Provide signTransaction Function:
Implement the signTransaction function.
Ensure the function is either passed when calling signAndSend or during Client initialization.
Update signAndSend Call:
Update the call to signAndSend to include the signTransaction function.
Ensure proper handling and passing of required parameters.
Test Functionality:
Recreate the issue by running yarn reset, yarn dev, and then clicking the "Mint 100 ABND" button.
Test the updated implementation to ensure the error is resolved.
Verify that the transaction signing and sending process works as expected.
Update Documentation:
Document the changes made to the form-pledge component.
Provide instructions on how to use the updated signAndSend functionality.
Expected Outcome:
The error regarding the missing signTransaction function is resolved.
The form-pledge component correctly signs and sends transactions without errors.
Updated documentation reflecting the changes and providing usage instructions.
Why This Is Important:
Fixing this error is crucial for ensuring that transactions can be signed and sent correctly within the Soroban Example Dapp. This will enhance the functionality and reliability of the Dapp, providing a smoother user experience.
Please add PRs to the update-P21 branch
Description:
Resolve the error occurring in the
form-pledgecomponent, where asignTransactionfunction must be provided either when callingsignAndSendor when initializing the Client.Source:
components/molecules/form-pledge/index.tsx(Line 51:18) @signAndSendTasks:
Review Current Implementation:
form-pledgecomponent.signTransactionfunction should be integrated.Provide signTransaction Function:
signTransactionfunction.signAndSendor during Client initialization.Update signAndSend Call:
signAndSendto include thesignTransactionfunction.Test Functionality:
yarn reset,yarn dev, and then clicking the "Mint 100 ABND" button.Update Documentation:
form-pledgecomponent.signAndSendfunctionality.Expected Outcome:
signTransactionfunction is resolved.form-pledgecomponent correctly signs and sends transactions without errors.Why This Is Important:
Fixing this error is crucial for ensuring that transactions can be signed and sent correctly within the Soroban Example Dapp. This will enhance the functionality and reliability of the Dapp, providing a smoother user experience.
Code Reference: