Open Hugoo opened 1 year ago
https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_signtransaction
The card should have inputs for
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)
SignTransaction component is already added. It's missing gasLimit, gasPrice, nonce, chainId, maxFeePerGas, maxPriorityFeePerGas fields. Located at src/components/endpoints/SignTransaction.vue.
src/components/endpoints/SignTransaction.vue
https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_signtransaction
The card should have inputs for
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)