Rust SDK
Rust SDK
While most of the existing SDKs should work out of the box, deploying smart contracts or using unique zkSync features, like paying fees in other tokens, requires providing additional fields to those that Ethereum transactions have by default.
To provide easy access to all of the features of zkSync Era, the zksync-web3-rs
Rust SDK was created, which builds upon the ethers
library. This section serves as its reference.