tevli / crypto-balance-checker
This package queries different crypto currency networks, when given an address and a network and returns the balance of said address.
v1.0.0
2023-08-12 15:00 UTC
Requires
- php: ^8.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.13
- phpunit/phpunit: ^9.5
- spatie/ray: ^1.28
This package is auto-updated.
Last update: 2024-12-29 02:28:51 UTC
README
Check Cryptocurrency balance for different chains.
Installation
You can install the package via composer:
composer require tevli/crypto-balance-checker
Usage
use Tevli\CryptoBalanceChecker\Ethereum; $eth = new Ethereum('wallet','apiKey'); $balance = $eth->getBalance()->toWei();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.