Zeus vaccounts push-action
Push LiquidAccount actions easily with zeus’s wrapper of the dapp-client
library. You can pass a --dsp-url
for your DAPP Service Provider’s API endpoint. Then pass the name of the contract that the LiquidAccount code is deployed to, the action name (regaccount
for example), and the payload.
You also have the ability to store your private keys with or without encryption. If you choose to encrypt, you can pass the --encrypted
flag when creating a new account to store the keys. You can provide a password by command line, or with the flag --password
. If you use the account again, zeus will look for the key based on what network you are operating on. If it finds it, it will use that key to sign and prompt for a password if needed.
Last updated