PHP libraries and tools for Banano currency
Examples at BananoPHP/test
composer require mikerow/bananophp
class for building Banano blocks
class for interfacing to Banano node CLI
class for interfacing to Banano node IPC
class for interfacing to Banano node RPC
additional functions for BananoRPC
class for node-independent Banano functions
class for interfacing to Banano node WebSocket
PHP faces troubles when dealing with Banano amounts ...
- Data type
floatisn't precise at certain decimal depths - Data type
integersize 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 BananoBlock
- Add FlatBuffers support to BananoWS
- Increase FlatBuffers performances
- Enable listening on IPC
Thanks a lot for the work and effort of