Download the PHP package mattvb91/trontrx without Composer
On this page you can find all versions of the php package mattvb91/trontrx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mattvb91/trontrx
More information about mattvb91/trontrx
Files in mattvb91/trontrx
Package trontrx
Short Description Library for interacting with the Tron blockchain through Tron-Grid
License
Informations about the package trontrx
tron-trx-php
PHP Library for interacting with the Tron blockchain through Tron-Grid
Overview
This library aims to integrate with the Tron-Grid while removing some of the dangerous aspects of its API. One of the biggest issues currently is private keys being posted over a network to various TRON nodes while leaving the node configuration up to developers. This causes great potential for man in the middle attacks to take place and steal private keys. Even with trustworthy developers who know how to setup their networking & authentication layers mistakes do happen and fact is your private key may be getting posted over a network and being exposed.
This library integrates with Tron-Grid while removing some of these dangerous parts and doing them locally instead
So in a nutshell. This library allows you to use the harmless endpoints such as etc.. while any actions such as generating addresses/private keys or signing are all done locally without your private key getting posted over a network.
Prerequisites
Your PHP installation requires bcmath & gmp extensions to be enabled.
Installing
Docker
There is a Dockerfile available that you can use to build a working image to get started quickly.
Available interface
- TODO describe available interface
Built With
- ionux/phactor - PHP implementation of the elliptic curve based on secp256k1
- php-keccak - Pure PHP implementation of Keccak (SHA-3)
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Contributors
See also the list of contributors who participated in this project.
License
Acknowledgments
- Support files from iexbase/tron-api
All versions of trontrx with dependencies
guzzlehttp/guzzle Version ^6.3
ionux/phactor Version 1.0.8
kornrunner/keccak Version ^1.0