algorand-php
algorand-php copied to clipboard
Read Me File Issue
$kmdClient = new KmdClient('127.0.0.1', 'YOUR-API-KEY'); $algorand = new Algorand($algodClient, $indexerClient, $kdmClient);
Please change the spell of $kdmClient to $kmdClient in second line (the third paramter).