Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

I’m trying to submit a transaction using dapp-core from the dapp. I try to do the same thing as the ping-pong example, with the sendTransactions method. But I’m getting an error stating the data field is not decodable. If I encode to base64 the data field, I can sign the transaction and submit, but then the contract gets encoded data and does not recognize the function name. Is there something I miss ?