snippetbashTip
light-arionum-cli — The PHP light wallet for the Arionum cryptocurrency. More information: <https://github.com/arionum/l
Viewed 0 times
thecommandlight-arionum-clicliphpwalletforlight
Problem
How to use the
light-arionum-cli command: The PHP light wallet for the Arionum cryptocurrency. More information: <https://github.com/arionum/lightWalletCLI#usage>.Solution
light-arionum-cli — The PHP light wallet for the Arionum cryptocurrency. More information: <https://github.com/arionum/lightWalletCLI#usage>.Generate a new public/private key pair:
light-arionum-cliDisplay the balance of the current address:
light-arionum-cli balanceDisplay the balance of the specified address:
light-arionum-cli balance {{address}}Send a transaction with an optional message:
light-arionum-cli send {{address}} {{value}} {{optional_message}}Export the current wallet information:
light-arionum-cli exportDisplay information about the current block:
light-arionum-cli blockDisplay information about the current address' transactions:
light-arionum-cli transactionsDisplay information about a specific transaction:
light-arionum-cli transaction {{transaction_id}}Code Snippets
Generate a new public/private key pair
light-arionum-cliDisplay the balance of the current address
light-arionum-cli balanceDisplay the balance of the specified address
light-arionum-cli balance {{address}}Send a transaction with an optional message
light-arionum-cli send {{address}} {{value}} {{optional_message}}Export the current wallet information
light-arionum-cli exportContext
tldr-pages: common/light-arionum-cli
Revisions (0)
No revisions yet.