algorand-php icon indicating copy to clipboard operation
algorand-php copied to clipboard

Read Me File Issue

Open Haris-DStudio opened this issue 3 years ago • 0 comments

$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).

Haris-DStudio avatar Oct 19 '22 06:10 Haris-DStudio