tokenly / substation-distribution-client
Makes request to the Substation API
v0.2.0
2018-10-06 23:58 UTC
Requires
- php: ^7.0
- tokenly/crypto-quantity: ^2
- tokenly/substation-client: ^0.7.1
Requires (Dev)
- phpunit/phpunit: ~6.0
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2024-11-03 04:38:56 UTC
README
This is a supplemental component for the substation client component.
This component tracks UTXOs per address and creates substation calls related to token distributions.
Installation
Add the package via composer
composer require tokenly/substation-distribution-client
Usage with Laravel
The service provider will automatically be registered in a Laravel 5.5+ application.