zksync-sdk / zksync2-go

zksync2-go is a geth library adapted to work with the zkSync Era.
Apache License 2.0
87 stars 36 forks source link

Running smart contract functions as go code #12

Closed bdehri closed 1 year ago

bdehri commented 1 year ago

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

danijelTxFusion commented 1 year ago

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.