Download the PHP package digitalsloth/znn-php without Composer
On this page you can find all versions of the php package digitalsloth/znn-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digitalsloth/znn-php
More information about digitalsloth/znn-php
Files in digitalsloth/znn-php
Package znn-php
Short Description A PHP SDK for JSON-RPC endpoints of the zenon.network
License mit
Informations about the package znn-php
znn-php
The ZNN-PHP package allows you to read the JSON-RPC endpoints of the zenon.network as described here. It also provides methods for working with the ABI data.
- [X] RPC Endpoints
- [X] ABI Decoding
- [X] ABI Encoding
- [ ] Wallet & Keyfile support
- [ ] Unit tests
Wallet and keyfile support is still a work in progress. PRs are welcome :)
Requirements
PHP 8.2 and later.
Usage
RPC Setup
- Node Url - By default, it will try and connect to a local node
127.0.0.1:35997
but you can pass in any public node URL. - Throw Errors - You can choose to throw errors or not, defaults to
false
Create a new instance of $znn
calling the provider and method you want. All accelerator
, pillar
, plasma
, sentinel
, stake
, swap
, token
, ledger
and stats
endpoints listed here can be reached through the $znn
instance.
ABI Encoding/Decoding
Create a new instance of a $contract
to access the encode and decode methods:
All versions of znn-php with dependencies
bitwasp/bech32 Version ^0.0.1
ext-json Version *
ext-mbstring Version *
ext-sodium Version *
furqansiddiqui/bip39-mnemonic-php Version ^0.1.7
guzzlehttp/guzzle Version ^7.0
phpseclib/phpseclib Version ^3.0
simplito/elliptic-php Version ^1.0