PHP libraries and tools for Nano currency
Examples at NanoPHP/test
composer require mikerow/nanophp
-
class for building Nano blocks
-
class for interfacing to Nano node CLI
-
class for interfacing to Nano node IPC
-
class for interfacing to Nano node RPC
-
additional functions for NanoRPC
-
class for node-independent Nano functions
-
class for interfacing to Nano node WebSocket
PHP faces troubles when dealing with Nano amounts ...
- Data type
float
isn't precise at certain decimal depths - Data type
integer
size is limited to 64 bit
A good solution is to perform calculations in raws using GNU Multiple Precision
Some limitations prevent the use of libsodium ...
- Functions
sodium_crypto_sign_*
use SHA-2 instead Blake2 - Functions
sodium_crypto_generichash_*
don't allow output smaller than 16 bytes
- Add Epoch v2 support to NanoBlock
- Add FlatBuffers support to NanoWS
- Increase FlatBuffers performances
- Enable listening on IPC
Thanks a lot for the work and effort of