jar

io.zksync : zksync

Maven & Gradle

Sep 06, 2022
38 stars

ZkSync SDK · This repository provides a Java SDK for zkSync developers, which can be used either on PC or Android.

Table Of Contents

Latest Version

Download io.zksync : zksync JAR file - Latest Versions:

All Versions

Download io.zksync : zksync JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window zksync-0.0.13.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.zksync.signer

├─ io.zksync.signer.Bits.class - [JAR]

├─ io.zksync.signer.Create2EthSigner.class - [JAR]

├─ io.zksync.signer.DefaultEthSigner.class - [JAR]

├─ io.zksync.signer.EthSignature.class - [JAR]

├─ io.zksync.signer.EthSigner.class - [JAR]

├─ io.zksync.signer.SigningUtils.class - [JAR]

├─ io.zksync.signer.ZkSigner.class - [JAR]

io.zksync.transport

├─ io.zksync.transport.HttpTransport.class - [JAR]

├─ io.zksync.transport.ZkSyncError.class - [JAR]

├─ io.zksync.transport.ZkSyncRequest.class - [JAR]

├─ io.zksync.transport.ZkSyncResponse.class - [JAR]

├─ io.zksync.transport.ZkSyncSuccess.class - [JAR]

├─ io.zksync.transport.ZkSyncTransport.class - [JAR]

├─ io.zksync.transport.ZkTransactionStatus.class - [JAR]

io.zksync.domain.operation

├─ io.zksync.domain.operation.EthOpInfo.class - [JAR]

io.zksync.domain.token

├─ io.zksync.domain.token.NFT.class - [JAR]

├─ io.zksync.domain.token.Token.class - [JAR]

├─ io.zksync.domain.token.TokenId.class - [JAR]

├─ io.zksync.domain.token.Tokens.class - [JAR]

io.zksync.transport.response

├─ io.zksync.transport.response.ZksAccountState.class - [JAR]

├─ io.zksync.transport.response.ZksContractAddress.class - [JAR]

├─ io.zksync.transport.response.ZksEthOpInfo.class - [JAR]

├─ io.zksync.transport.response.ZksGetConfirmationsForEthOpAmount.class - [JAR]

├─ io.zksync.transport.response.ZksSentTransaction.class - [JAR]

├─ io.zksync.transport.response.ZksSentTransactionBatch.class - [JAR]

├─ io.zksync.transport.response.ZksToggle2FA.class - [JAR]

├─ io.zksync.transport.response.ZksTokenPrice.class - [JAR]

├─ io.zksync.transport.response.ZksTokens.class - [JAR]

├─ io.zksync.transport.response.ZksTransactionDetails.class - [JAR]

├─ io.zksync.transport.response.ZksTransactionFeeDetails.class - [JAR]

io.zksync.provider

├─ io.zksync.provider.AsyncProvider.class - [JAR]

├─ io.zksync.provider.DefaultAsyncProvider.class - [JAR]

├─ io.zksync.provider.DefaultProvider.class - [JAR]

├─ io.zksync.provider.Provider.class - [JAR]

io.zksync.exception

├─ io.zksync.exception.ZkSyncException.class - [JAR]

├─ io.zksync.exception.ZkSyncIncorrectCredentialsException.class - [JAR]

io.zksync.domain.auth

├─ io.zksync.domain.auth.ChangePubKeyAuthType.class - [JAR]

├─ io.zksync.domain.auth.ChangePubKeyCREATE2.class - [JAR]

├─ io.zksync.domain.auth.ChangePubKeyECDSA.class - [JAR]

├─ io.zksync.domain.auth.ChangePubKeyOnchain.class - [JAR]

├─ io.zksync.domain.auth.ChangePubKeyVariant.class - [JAR]

├─ io.zksync.domain.auth.Toggle2FA.class - [JAR]

io.zksync.domain.swap

├─ io.zksync.domain.swap.Order.class - [JAR]

io.zksync.domain.contract

├─ io.zksync.domain.contract.ContractAddress.class - [JAR]

io.zksync.transport.receipt

├─ io.zksync.transport.receipt.ZkSyncPollingTransactionReceiptProcessor.class - [JAR]

├─ io.zksync.transport.receipt.ZkSyncTransactionReceiptProcessor.class - [JAR]

io.zksync.ethereum

├─ io.zksync.ethereum.DefaultEthereumProvider.class - [JAR]

├─ io.zksync.ethereum.EthereumProvider.class - [JAR]

io.zksync.domain.block

├─ io.zksync.domain.block.BlockInfo.class - [JAR]

io.zksync.wallet

├─ io.zksync.wallet.DefaultZkASyncWallet.class - [JAR]

├─ io.zksync.wallet.DefaultZkSyncWallet.class - [JAR]

├─ io.zksync.wallet.SignedTransaction.class - [JAR]

├─ io.zksync.wallet.ZkASyncWallet.class - [JAR]

├─ io.zksync.wallet.ZkSyncWallet.class - [JAR]

io.zksync.domain.state

├─ io.zksync.domain.state.AccountState.class - [JAR]

├─ io.zksync.domain.state.DepositingBalance.class - [JAR]

├─ io.zksync.domain.state.DepositingState.class - [JAR]

├─ io.zksync.domain.state.State.class - [JAR]

io.zksync.domain.transaction

├─ io.zksync.domain.transaction.ChangePubKey.class - [JAR]

├─ io.zksync.domain.transaction.ForcedExit.class - [JAR]

├─ io.zksync.domain.transaction.MintNFT.class - [JAR]

├─ io.zksync.domain.transaction.Swap.class - [JAR]

├─ io.zksync.domain.transaction.TransactionDetails.class - [JAR]

├─ io.zksync.domain.transaction.Transfer.class - [JAR]

├─ io.zksync.domain.transaction.Withdraw.class - [JAR]

├─ io.zksync.domain.transaction.WithdrawNFT.class - [JAR]

├─ io.zksync.domain.transaction.ZkSyncTransaction.class - [JAR]

io.zksync.domain.fee

├─ io.zksync.domain.fee.TransactionFee.class - [JAR]

├─ io.zksync.domain.fee.TransactionFeeBatchRequest.class - [JAR]

├─ io.zksync.domain.fee.TransactionFeeDetails.class - [JAR]

├─ io.zksync.domain.fee.TransactionFeeRequest.class - [JAR]

├─ io.zksync.domain.fee.TransactionType.class - [JAR]

io.zksync.domain

├─ io.zksync.domain.ChainId.class - [JAR]

├─ io.zksync.domain.Signature.class - [JAR]

├─ io.zksync.domain.TimeRange.class - [JAR]

├─ io.zksync.domain.TransactionBuildHelper.class - [JAR]

io.zksync.ethereum.wrappers

├─ io.zksync.ethereum.wrappers.ERC20.class - [JAR]

├─ io.zksync.ethereum.wrappers.IEIP1271.class - [JAR]

├─ io.zksync.ethereum.wrappers.ZkSync.class - [JAR]

io.zksync.ethereum.transaction

├─ io.zksync.ethereum.transaction.NoOpTransactionManager.class - [JAR]

Advertisement

Dependencies from Group

Sep 06, 2022
38 stars
Jun 01, 2023
39 stars

Discover Dependencies

Feb 19, 2023
493 stars
Sep 12, 2021
216 stars
Sep 12, 2021
216 stars
Sep 12, 2021
216 stars
Sep 12, 2021
216 stars
Sep 10, 2021
2 stars
Sep 10, 2021
1 stars
Aug 04, 2023
1 usages
1.1k stars