cronos-labs / play-unreal-plugin

Unreal Engine plugin repo for GameFi
Other
14 stars 13 forks source link

Problem: not using eth_sendTransaction in metaverse demo for walletconnect 1.0 #300

Open leejw51crypto opened 1 year ago

leejw51crypto commented 1 year ago

replace eth_signTransaction + broadcast
with eth_sendTransaction + polling receipt

leejw51crypto commented 1 year ago

eth_signTransaction will be kept for debugging purpose.

damoncro commented 1 year ago

The first part eth_sendTransaction is duplicated with https://github.com/cronos-labs/play-unreal-plugin/issues/296, which is already finished in https://github.com/cronos-labs/play-unreal-demo/pull/43