Skip to content

First major release of "Zilliqa Laravel"

Latest
Compare
Choose a tag to compare
@defser defser released this 18 Sep 20:39
05c723f

Zilliqa Laravel is a Laravel SDK wrapper for the Zilliqa PHP client that interacts with the Zilliqa blockchain. Zilliqa PHP is a typed PHP-7.1+ interface to Zilliqa JSON-RPC API.

Supported methods

  • Account-related Methods

    • GetBalance
  • Blockchain-related Methods

    • GetCurrentDSEpoch
    • GetCurrentMiniEpoch
    • GetNetworkId
    • GetNumDSBlocks
    • GetNumTransactions
    • GetNumTxBlocks
    • GetPrevDifficulty
    • GetPrevDSDifficulty
    • GetTotalCoinSupply
    • GetTransactionRate
    • GetTxBlockRate
  • Transaction-related Methods

    • GetMinimumGasPrice
    • GetNumTxnsDSEpoch
    • GetNumTxnsTxEpoch

Version v1.0.0 documentation