tokenly / substation-distribution-client
Makes request to the Substation API
Installs: 248
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/tokenly/substation-distribution-client
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: 2025-10-19 09:00:52 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.