multiversx / mx-sdk-go

MultiversX GO SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
GNU General Public License v3.0
17 stars 12 forks source link

feature: ABI | Contract queries/Interactions | Parsing contract result #129

Open enzofoucaud opened 1 year ago

enzofoucaud commented 1 year ago

Hey !

MultiversX blockchain is written in Golang and ... I think it would be interesting to improve the sdk code and documentation to allow more things to be done with this language.

Golang SDK is empty and there is a lot of information missing.

What do you think about some improvement in Go SDK ?

schimih commented 1 year ago

Hey @enzofoucaud

You are referring to bring some content to the documentation side of the Golang SDK, right?

If not only, what would you need from the sdk itself that is not implemented? :pray:

enzofoucaud commented 1 year ago

Hey @enzofoucaud

You are referring to bring some content to the documentation side of the Golang SDK, right?

If not only, what would you need from the sdk itself that is not implemented? 🙏

It would be interesting to add a serializer for the SC data

Load ABI Contracts interactions Parsing contract results

onedex-x commented 8 months ago

take a look at https://github.com/stakingagency/sa-mx-sdk-go