push-liquid-action

1.0.5 • Public • Published

Push Liquid Action

A simple tool for pushing actions from a LiquidAccount onto a DSP

Install

npm i -g push-liquid-action

Usage

pla [-u DSP_NODE] contract action vaccount [private-key] [payload]

Notes

  • DSP_NODE defaults to http://localhost:8888
  • private-key is optional only for the regaccount action (i.e. when creating a new account)

Example

Create a new LiquidAccount on Kylin

pla -u https://kylin-dsp-1.liquidapps.io SOME_CONTRACT regaccount --vaccount myname --pubkey 123

This calls the regaccount action on the SOME_CONTRACT contract, with a vPayload of:

{
    vaccount: "myname",
    pubkey: "123"
}
Contributors

Me. Only me. I did not, under no circumstances, steal the idea for this tool, from anyone else, or from any other package. Especially not from cleosplusplus.

Package Sidebar

Install

npm i push-liquid-action

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

4.12 kB

Total Files

4

Last publish

Collaborators

  • ujc