RootSoft / algorand-php

Unofficial community SDK to interact with the Algorand network, in PHP & Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read Me File Issue

Haris-DStudio opened this issue · 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).