universalprofile-test-dapp icon indicating copy to clipboard operation
universalprofile-test-dapp copied to clipboard

Add sign transaction card

Open Hugoo opened this issue 2 years ago • 2 comments

Hugoo avatar Feb 24 '23 09:02 Hugoo

https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_signtransaction

The card should have inputs for

  • gas limit, gas price, nonce, chainId, value, data, from, to.

The extension will return signed transaction string.

Additionaly, there could be a button that when pressed, executes that transaction (no extension involvement, just sending raw signed tx)

Esanim avatar Feb 24 '23 09:02 Esanim

SignTransaction component is already added. It's missing gasLimit, gasPrice, nonce, chainId, maxFeePerGas, maxPriorityFeePerGas fields. Located at src/components/endpoints/SignTransaction.vue.

JeneaVranceanu avatar Jul 29 '24 15:07 JeneaVranceanu