Hi, i have a problem with SDK, how i can resolve it?
$ go get github.com/ElrondNetwork/elrond-sdk-erdgo
go: github.com/ElrondNetwork/elrond-sdk-erdgo@v1.0.23 requires
github.com/ElrondNetwork/elrond-go@v1.3.7-0.20220310094258-ead8cd541713 requires
github.com/ElrondNetwork/arwen-wasm-vm/v1_2@v1.2.35: reading github.com/ElrondNetwork/arwen-wasm-vm/v1_2/v1_2/go.mod at revision v1_2/v1.2.35: unknown revision v1_2/v1.2.35
some dependencies problem?
And second one. Where i can find examples of sc WASM code written in golang?
you have to place some replaces in your go mod file. you can find them here :
https://github.com/ElrondNetwork/elrond-sdk-erdgo/blob/v1.0.23/go.mod
also, we don't have sc wasm code written in golang
you have to place some replaces in your go mod file. you can find them here : https://github.com/ElrondNetwork/elrond-sdk-erdgo/blob/v1.0.23/go.mod also, we don't have sc wasm code written in golang