We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#EPIC Outblock/FRW#84
This feature will enable users to view a decoded, human-readable structure of the EVM transaction call data they are about to sign.
Currently, there is no simulator or decoder for transactions, making it difficult for users to understand the operations involved.
The client needs to handle the response and present the decoded data in the appropriate UI states.
Send Transaction Data to Backend:
calldata
contractAddress
Handle Backend Response:
UI States (Refer to Figma for Designs):
evm-tx-decoding
API Integration:
UI Updates:
Error Handling:
The text was updated successfully, but these errors were encountered:
jeden
No branches or pull requests
#EPIC
Outblock/FRW#84
Description
This feature will enable users to view a decoded, human-readable structure of the EVM transaction call data they are about to sign.
Currently, there is no simulator or decoder for transactions, making it difficult for users to understand the operations involved.
The client needs to handle the response and present the decoded data in the appropriate UI states.
Acceptance Criteria
Implementation Details
Client-Side Responsibilities
Send Transaction Data to Backend:
calldata
andcontractAddress
) is sent to the backend API.Handle Backend Response:
UI States (Refer to Figma for Designs):
Feature Flag
evm-tx-decoding
Tasks
API Integration:
UI Updates:
Error Handling:
The text was updated successfully, but these errors were encountered: