imanrjb / deposit-listener
Cryptocurrency deposit listener for multiple cryptocurrencies
v1.0.2
2022-02-22 11:49 UTC
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 |