@liquidapps/dapp-client
Dapp Client Library
The dapp-client library makes using DAPP Network services much easier. It also allows you to easily tap into the dappservices
(core DAPP Network Smart contract) and dappairhodl1
(Air-HODL smart contract) RAM tables with precision utilizing secondary and tertiary indices without the hassle.
To setup the library, first install it:
From there include the library’s client creator script:
Then pass your desired arguments to the creator function
Finally, setup the service you would like to interact along with your smart contract name:
Here is a full list of service options. The library comes with a push_guarantee function, similar to dfuse’s push guarantee, it accepts in-block
, handoffs:1-3
, or irreversible
. There are DAPP Network service extensions and dappservices
/ dappairhodl1
RAM row calls.
Last updated