Skip to content

[SDK] Whether the Wagmi + Ethers combination can be used normally ? #430

Closed Answered by bxpana
chongqiangchen asked this question in SDKs
Discussion options

You must be logged in to vote

Yes, you're correct in your understanding. The zksync-ethers library extends the functionality of ethers to support unique zkSync features like account abstraction and deploying smart contracts. If your dApp doesn't require these specific zkSync features, you can use ethers in combination with Wagmi or Vue without any issues.
However, if you want to deploy smart contracts or enable advanced zkSync features, like account abstraction, then you need to use the zksync-ethers library. This is because these features require providing additional fields to those that Ethereum transactions have by default.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bxpana
Comment options

Answer selected by bxpana
@chongqiangchen
Comment options

@dutterbutter
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
SDKs
Labels
sdk Questions for the SDKs WIP The issue is currently being worked on
3 participants