zksync-sdk/zksync2-go

Running smart contract functions as go code

Closed this issue · 1 comments

Go-ethereum provides go abstraction for smart contracts -> https://goethereumbook.org/en/smart-contract-load/. Are you planning to add a feature like this?

It's already implemented, here is the example. There is also a guide how to compile smart contract and generate bindings in order to interact with smart contract on zkSync.