Is there an icp-golang-sdk?

Is there an icp-golang-sdk? I would like to know if there is any golang library for signed transfer transactions other than the library github.com/dfinity/keysmith? This library can’t do signed transactions. (I need to use golang to sign transactions offline, not use DFX)

1 Like

The is a message signing tool written in Go by Enzo.

I am also working on a more general purpose SDK in Go.

1 Like

Is it convenient to provide an example of your sdk signature transfer transaction?

thank you.

It is not finished yet. You will have to use the other tool I linked.

Ok, thank you, looking forward to your work being completed

hi~Here is the beta version of go agent for IC

1 Like