{"id":15029476,"url":"https://github.com/owenvoke/arionum-cli","last_synced_at":"2025-08-28T09:07:48.716Z","repository":{"id":61416709,"uuid":"122668084","full_name":"owenvoke/arionum-cli","owner":"owenvoke","description":"A PHP-based command line wallet for Arionum.","archived":false,"fork":false,"pushed_at":"2022-10-14T10:34:14.000Z","size":249,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T22:26:34.478Z","etag":null,"topics":["arionum","cli","cryptocurrency","php","php72"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/owenvoke/arionum-cli","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owenvoke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"owenvoke","custom":"https://ecologi.com/owenvoke?gift-trees"}},"created_at":"2018-02-23T20:14:13.000Z","updated_at":"2021-10-27T14:20:31.000Z","dependencies_parsed_at":"2022-10-17T07:05:01.935Z","dependency_job_id":null,"html_url":"https://github.com/owenvoke/arionum-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Farionum-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Farionum-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Farionum-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Farionum-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenvoke","download_url":"https://codeload.github.com/owenvoke/arionum-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248107734,"owners_count":21048991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arionum","cli","cryptocurrency","php","php72"],"created_at":"2024-09-24T20:10:46.445Z","updated_at":"2025-04-09T20:32:54.904Z","avatar_url":"https://github.com/owenvoke.png","language":"PHP","funding_links":["https://github.com/sponsors/owenvoke","https://ecologi.com/owenvoke?gift-trees"],"categories":[],"sub_categories":[],"readme":"# Arionum CLI\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Style CI][ico-styleci]][link-styleci]\n[![Code Coverage][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nA PHP-based command line wallet for Arionum.\n\n## Install\n\nVia Composer\n\n```bash\n$ composer global require owenvoke/arionum-cli\n```\n\nVia Phive\n\n```bash\n$ phive install owenvoke/arionum-cli\n```\n\n## Usage\n\n```bash\narionum [command]\n```\n\n### Available Commands\n\nPrint the balance:\n\n```bash\narionum balance\n```\n\nPrint the wallet's data:\n\n```bash\narionum export\n```\n\nDisplay data about the current block:\n\n```bash\narionum block\n```\n\nEncrypt the wallet:\n\n```bash\narionum encrypt\n```\n\nDecrypt the wallet:\n\n```bash\narionum decrypt\n```\n\nDisplay the latest transactions:\n\n```bash\narionum transactions\n```\n\nDisplay data about a specific transaction:\n\n```bash\narionum transaction 'id'\n```\n\nSend a transaction (with an optional message):\n\n```bash\narionum send 'address' 'value' [message]\n```\n\n#### Alias\n\nSet your account alias:\n\n```bash\narionum alias:set 'alias'\n```\n\nSend a transaction to an alias (with an optional message):\n\n```bash\narionum alias:send 'alias' 'value' [message]\n```\n\n#### Masternode\n\nSend a masternode announcement transaction:\n\n```bash\narionum masternode:create 'ip'\n```\n\nPause a specific masternode:\n\n```bash\narionum masternode:pause\n```\n\nResume the masternode mining:\n\n```bash\narionum masternode:resume\n```\n\nClose a masternode and return the funds:\n\n```bash\narionum masternode:release\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n```bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT](.github/CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email security@voke.dev instead of using the issue tracker.\n\n## Credits\n\n- [Owen Voke][link-author]\n- [arionum][link-arionum]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\nOriginal code by [@arionum][link-arionum].\n\n[ico-version]: https://img.shields.io/packagist/v/owenvoke/arionum-cli.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/owenvoke/arionum-cli/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/122668084/shield\n[ico-code-quality]: https://img.shields.io/codecov/c/github/owenvoke/arionum-cli.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/owenvoke/arionum-cli.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/owenvoke/arionum-cli\n[link-travis]: https://travis-ci.org/owenvoke/arionum-cli\n[link-styleci]: https://styleci.io/repos/122668084\n[link-code-quality]: https://codecov.io/gh/owenvoke/arionum-cli\n[link-downloads]: https://packagist.org/packages/owenvoke/arionum-cli\n[link-author]: https://github.com/owenvoke\n[link-arionum]: https://github.com/arionum\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Farionum-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenvoke%2Farionum-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Farionum-cli/lists"}