imanrjb / deposit-listener
Cryptocurrency deposit listener for multiple cryptocurrencies
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/imanrjb/deposit-listener
Requires
- imanrjb/bitcoin-rpc: ^0.1.0
 - kornrunner/keccak: ^1.1
 - krowinski/bcmath-extended: ^6.0
 - mylesdc/laravel-ethereum: dev-master
 - sop/asn1: ^4.1
 - sop/crypto-types: ^0.3.0
 - web3p/ethereum-tx: ^0.4.3
 
README
Put below parameters in .env file
BITCOIND_HOST= BITCOIND_PORT= BITCOIND_USER= BITCOIND_PASSWORD= ETH_HOST= ETH_PORT= BSC_HOST= BSC_PORT=
How to use:
$network = new NetworkTransaction('Binance'); return $network->getTransactions(16917593);
Supported networks:
| Network | Base Currency | 
|---|---|
| Bitcoin | BTC | 
| Ethereum | ETH | 
| Binance | BNB | 
| Tron | TRX |