netesy / larathereum
Ethereum Client Library For Laravel
Requires
- php: ^7.1
- ext-bcmath: *
- jackyxie/guzzle-jsonrpc: ^3.2
- kornrunner/keccak: ~1
- phlib/base_convert: ^1.0
- simplito/elliptic-php: 1.0.*
- web3p/ethereum-util: ~0.1.1
- web3p/rlp: ~0.2.1
README
Laravel ethereum client with ERC20 (smart contract) support.
Installation
You can install the package via composer:
composer require netesy/larathereum
Usage
After installing the package run the following commend to generate larathereum.php
config file. Here you have to define ethereum node url and port.
php artisan vendor:publish --provider=Larathereum\LarathereumServiceProvider
Documentation
Link of the documentation will update very soon.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
To contribute you can create a pull request. But please check all functionality are working before creating pull request. We will publish your name on contribution list.
Security
If you discover any security related issues, please email codemenorg@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.