Zilliqa-PHP
is a typed PHP-7.1+ interface to Zilliqa JSON-RPC API.
Check out the latest API documentation.
Add library in a composer.json file
{
"autoload": {
"psr-4": {
"Zilliqa\\": "src/"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/defser/zilliqa-php.git"
}
],
"require": {
"defser/zilliqa-php": "^1.0"
}
}
Usage
composer require defser/zilliqa-php
Documentation
The API documentation is available at zilliqa-php.org.
For reference see the Zilliqa RPC documentation.
🤝
Supporting
zil1wyyyr29eg7qw3mys6vp86l2808vy4yl2yw389x