Coinbase php lib not working fine showing errors
问题 I'm a trying to develop a system that generates btc address i am trying to use the coinbase php lib but i seem not to understand it and it's giving me errors that i don't understand My code use Coinbase\Wallet\Client; use Coinbase\Wallet\Configuration; include 'vendor/autoload.php'; include 'conn.php'; $result = $conn->query("SELECT * FROM settings WHERE bot =2"); $settings = mysqli_fetch_assoc($result); $apiSecret = $settings['apiSecret']; $apiKey = $settings['apiKey']; $configuration =