An open API service indexing awesome lists of open source software.

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.

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