Implementation of a PHP client for the v2 telehash protocol
More information about telehash can be found at http://telehash.org
-
Clone repository
-
Download composer.phar from getcomposer.org
-
Run the following command from the repository root to install dependencies
php composer.phar install from the repository root
-
Run the test application:
php app.php
On initial run, it will create a new seed.json file in your project root. This will be your public and private keys, and your nodename.
You can telnet to TCP port 42424 for an admin interface to control the application.