lukso-network / universalprofile-test-dapp

Testing dApps for ERC725 and Universal Profiles.
https://up-test-dapp.lukso.tech/
17 stars 14 forks source link

Add sign transaction card #100

Open Hugoo opened 1 year ago

Esanim commented 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)

JeneaVranceanu commented 3 months ago

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