mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
light-arionum-cli: add page
This commit is contained in:
parent
5f9058a42e
commit
5f8927aebc
1 changed files with 35 additions and 0 deletions
35
pages/common/light-arionum-cli.md
Normal file
35
pages/common/light-arionum-cli.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# light-arionum-cli
|
||||
|
||||
> The PHP light wallet for the Arionum cryptocurrency.
|
||||
|
||||
- Generate a new public/private key pair:
|
||||
|
||||
`light-arionum-cli`
|
||||
|
||||
- Display the balance of the current address:
|
||||
|
||||
`light-arionum-cli balance`
|
||||
|
||||
- Display 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 export`
|
||||
|
||||
- Display information about the current block:
|
||||
|
||||
`light-arionum-cli block`
|
||||
|
||||
- Display information about the current address' transactions:
|
||||
|
||||
`light-arionum-cli transactions`
|
||||
|
||||
- Display information about a specific transaction:
|
||||
|
||||
`light-arionum-cli transaction {{transaction_id}}`
|
Loading…
Add table
Reference in a new issue