Wallets | zkSync Documentation
docs.zksync.io › userdocs › walletsMay 26, 2022 · Generally, you can safely send funds to any Ethereum address (even to exchanges and smart contracts). The owner of this address will always be able to claim the funds. The up-to-date list of the Ethereum wallets that you can control from the zkSync web wallet can be found directly on its homepage. To control an address programmatically, all you need to is to be able to sign a message with it — either with native Ethereum signature, or via EIP1271 in case of smart contracts.
Getting started | zkSync Documentation
docs.zksync.io › api › sdkMay 26, 2022 · To control your account in zkSync, use the zksync.Wallet object. It can sign transactions with keys stored in zksync.Signer and send transaction to zkSync network using zksync.Provider. zksync.Wallet is a wrapper around 2 objects: ethers.Signer to sign Ethereum transactions. zksync.Signer to sign native zkSync transactions.
Tutorials | zkSync Documentation
docs.zksync.io › userdocs › tutorialsAug 18, 2022 · Go to https://wallet.zksync.io/ (opens new window) and connect your wallet; To connect to the zkSync 1.0 Mainnet: Click on the Ethereum symbol at the bottom right; Select Mainnet; Choose "+ Top up" You can choose different methods for adding funds to your zkSync wallet including FIAT onramps, Exchanges, or Bridges (for this tutorial we will use the zkSync bridge) Select your token, enter the amount, and click "Top up"
Basic Concepts | zkSync Documentation
docs.zksync.io › dev › paymentsJun 3, 2022 · If the recipient account does not exist yet on the zkSync network, it will be created and a numeric ID will be assigned to the provided address. FullExit: Withdraws funds from the zkSync network to the Ethereum network without interacting with the zkSync server. This operation can be used as an emergency exit in case of detected censorship from the zkSync server node, or to withdraw funds in the situation where the signing key for an account in zkSync network cannot be set (e.g. if the ...