DAPP Client
Below we'll install the client
This example takes:
the contract name the LiquidAccount project is deployed to
the active private key of that account
the
regaccount
as the action namethe payload with the
vaccount
name
After registering an account, you may also use the library to push LiquidAccount transactions. In the linked example, you can see that the action name has changed to hello
and the payload has changed to include the required parameters.
For more information on how the DAPP Client works, see below
Last updated