liquidity-clientΒΆ

LIQUIDITY-CLIENT

LIQUIDITY-CLIENT

NAME
SYNOPSIS
COMMANDS
COMMON OPTIONS
MORE HELP
EXIT STATUS
BUGS

NAME

liquidity-client - a client for Dune Network and Tezos to inteact with Liquidity smart contracts

SYNOPSIS

liquidity-client COMMAND ...

COMMANDS

call

Call a smart contract

call-arg

Compile a parameter for a contract call call

deploy

Deploy contract

forge-call

Forge a call operation to a smart contract

forge-deploy

Forge deployment operation for contract

get-storage

Retrieve storage value for a contract

help

display help about liquidity-client and liquidity-client commands

init-storage

Generate input storage

inject

Inject a sign operation

pack

Serialize (pack) a constant value

run

Run (simulate) a transation on a Liquidity contract

COMMON OPTIONS

These options are common to all commands.
--help
[=FMT] (default=auto)

Show this help in format FMT. The value FMT must be one of ’auto', ’pager', ’groff' or ’plain'. With ’auto', the format is ’pager’ or ’plain' whenever the TERM env var is ’dumb' or undefined.

MORE HELP

Use ’liquidity-client COMMAND --help' for help on a single command.

EXIT STATUS

liquidity-client exits with the following status:

0

on success.

124

on command line parsing errors.

125

on unexpected internal errors (bugs).

BUGS

Report bugs at https://github.com/OCamlPro/liquidity/issues.