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

README

Latest Version on Packagist Tests Total Downloads

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.