blocktrail-sdk-php
blocktrail-sdk-php copied to clipboard
BlockTrail's Developer Friendly PHP SDK for the BlockTrail API
Этот пакет удален!!!! сделайте с этим что-то!!! вам еще в 2019 году об этом писали, вы вообще смотрите что люди пишут или вам насрать на ваш sdk!????
Please update API to work with PHP 7.2 and current bitwasp libraries... Love to use the blocktrail API but its incompatible.
[RuntimeException] Failed to clone https://github.com/rgooding/Protobuf-PHP.git via https, ssh protocols, aborting. - https://github.com/rgooding/Protobuf-PHP.git remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/rgooding/Protobuf-PHP.git/' - [email protected]:rgooding/Protobuf-PHP.git Permission denied (publickey). fatal: Could not...
I am trying to setup an automatic trading robot with auto reload of funds. Is there anyway i can use the api to send payments from my wallet with 2fa...
Ehy there, I'm trying to get transaction details with method ->transaction() but I get **UnknownEndpointSpecificError.** In the method the client sends 2 different requests to the server, the first one...
The testnet chain is down for a very long time already. https://tchain.api.btc.com/v3/ The above link returns 504 Gateway Time-out.
Hi, I was using this function well last year, but now i receive the message as INVALID CREDENTIAL: ``` use \Blocktrail\SDK\Connection\Exceptions\InvalidCredentials; try { $client->address('1NcXPMRaanz43b1kokpPuYDdk6GGDvxT2T'); } catch (\Exception $e) { if...
When try to install blocktrail sdk inside of Laravel 5.6 project I have that problem: ``` composer require blocktrail/blocktrail-sdk Using version ^3.2 for blocktrail/blocktrail-sdk ./composer.json has been updated Loading composer...