arionum-cli
![Software License][ico-license]
![Code Coverage][ico-code-quality]
, (*1)
This project has been renamed, see owenvoke/arionum-cli
., (*2)
A PHP-based command line wallet for Arionum., (*3)
Install
Via Composer, (*4)
$ composer global require pxgamer/arionum-cli
Via Phive, (*5)
$ phive install pxgamer/arionum-cli
Usage
arionum [command]
Available Commands
Print the balance:, (*6)
arionum balance
Print the wallet's data:, (*7)
arionum export
Display data about the current block:, (*8)
arionum block
Encrypt the wallet:, (*9)
arionum encrypt
Decrypt the wallet:, (*10)
arionum decrypt
Display the latest transactions:, (*11)
arionum transactions
Display data about a specific transaction:, (*12)
arionum transaction 'id'
Send a transaction (with an optional message):, (*13)
arionum send 'address' 'value' [message]
Alias
Set your account alias:, (*14)
arionum alias:set 'alias'
Send a transaction to an alias (with an optional message):, (*15)
arionum alias:send 'alias' 'value' [message]
Masternode
Send a masternode announcement transaction:, (*16)
arionum masternode:create 'ip'
Pause a specific masternode:, (*17)
arionum masternode:pause
Resume the masternode mining:, (*18)
arionum masternode:resume
Close a masternode and return the funds:, (*19)
arionum masternode:release
Change log
Please see CHANGELOG for more information on what has changed recently., (*20)
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*21)
Security
If you discover any security related issues, please email security@pxgamer.xyz instead of using the issue tracker., (*22)
Credits
License
The MIT License (MIT). Please see License File for more information., (*23)
Original code by @arionum., (*24)