When the golang SDK support payload and contracts calling?

There is some requirements from the community such as the PC based wallet and applications.

For PC developing, golang SDK might be the best choice for light application, and a demo PC(MS Windows) wallet based on golang sdk has been developed by me.

But golang SDK can not handle payload or contracts calling(token) for now.

Is there a plan to support these functions in the near future?

Sorry for the late reply.
Yes, I am working on contract support at the moment. You can follow it at
https://github.com/aeternity/aepp-sdk-go/tree/aensfinish

Currently, Contract creation can be done, but contract calling is hampered by the lack of fee estimation.

1 Like

Thanks very much~that’s a nice news :+1: