https://github.com/owenvoke/crypto-check
A CLI tool for checking your wallet balances.
https://github.com/owenvoke/crypto-check
api blockcypher check cli cryptocurrency php wallet
Last synced: about 1 year ago
JSON representation
A CLI tool for checking your wallet balances.
- Host: GitHub
- URL: https://github.com/owenvoke/crypto-check
- Owner: owenvoke
- License: mit
- Created: 2017-11-12T13:01:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T11:42:19.000Z (over 7 years ago)
- Last Synced: 2025-01-26T12:11:26.671Z (over 1 year ago)
- Topics: api, blockcypher, check, cli, cryptocurrency, php, wallet
- Language: PHP
- Homepage: https://packagist.org/packages/pxgamer/crypto-check
- Size: 67.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# crypto-check
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Style CI][ico-styleci]][link-styleci]
[![Code Coverage][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
A CLI tool for checking your wallet balances.
## Structure
```
bin/
config/
src/
tests/
vendor/
```
## Install
Via Composer
``` bash
$ composer global require pxgamer/crypto-check
```
## Usage
``` bash
$ cryptoc
```
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.
## Credits
- [pxgamer][link-author]
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/pxgamer/crypto-check.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/pxgamer/crypto-check/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/110432987/shield
[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/crypto-check.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/crypto-check.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/pxgamer/crypto-check
[link-travis]: https://travis-ci.org/pxgamer/crypto-check
[link-styleci]: https://styleci.io/repos/110432987
[link-code-quality]: https://codecov.io/gh/pxgamer/crypto-check
[link-downloads]: https://packagist.org/packages/pxgamer/crypto-check
[link-author]: https://github.com/pxgamer
[link-contributors]: ../../contributors