nem-php
nem-php copied to clipboard
NEM Blockchain NIS API Wrapper and Software Development Kit for PHP
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. 
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...