-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Hey everyone,
We’re considering how to structure a command for sending EIP-712 transactions and would love some input.
The process includes:
- Retrieving the nonce (
/nonceendpoint). - Building the EIP-712 message.
- Signing the transaction.
- Submitting the transaction (
/submitendpoint).
This applies to both Espresso and Paio + Avail, which follow the same API structure.
Possible Approaches:
cartesi sendA general send command with an option to specify EIP-712 format.cartesi <context> sendA subcommand that provides additional context before sending, such ascartesi l2 send.- Other suggestions?
sandhilt