1234567891011121314151617181920212223242526 |
- {
- "name": "mattvb91/trontrx",
- "description": "Library for interacting with the Tron blockchain through Tron-Grid",
- "type": "library",
- "require": {
- "ext-bcmath": "*",
- "guzzlehttp/guzzle": "^6.3",
- "ionux/phactor": "1.0.8",
- "kornrunner/keccak": "^1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.4",
- "php-coveralls/php-coveralls": "^2.1"
- },
- "autoload": {
- "psr-4": {
- "mattvb91\\TronTrx\\": "src/"
- }
- },
- "authors": [
- {
- "name": "Matthias von Bargen",
- "email": "matt@mavon.ie"
- }
- ]
- }
|