You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to the newly introduced --raw-unsigned flag, I am able to create a raw RLP transaction, hash it and sign it using cast wallet sign
what is left is to be able to use the signature to create a new RLP transaction, which now includes the created signature using cast mktx to create a raw ethereum transaction
As per the medium article reference, Step 4 is to be tackled.
Hope this was enough information, let me know if this is feasable
Thanks