Skip to content

Releases: defser/zilliqa-laravel

First major release of "Zilliqa Laravel"

18 Sep 20:39
05c723f
Compare
Choose a tag to compare

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