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

NEM Blockchain NIS API Wrapper and Software Development Kit for PHP

Results 4 nem-php issues
Sort by recently updated
recently updated
newest added

here is my code $sdk = new \NEM\SDK([ "protocol" => "http", "use_ssl" => false, "host" => "52.197.57.86", "port" => 7890, "endpoint" => "/", ]); $message = $sdk->models()->Message(['type' => 1,'plain'=>'test123']); $messageHash...

Hi, can you help me, im having an error when installing your version 0.3.0. ![Capture](https://user-images.githubusercontent.com/31497964/117908941-ea30a200-b30b-11eb-909a-cced1d5e62df.PNG)

The PHPECC project has been abandoned for years, despite numerous attempts to fix security issues in the code. [Paragon Initiative Enterprises](https://paragonie.com) has opted to fork PHPECC in order to provide...