Laravel ethereum client with ERC20 (smart contract) support.
You can install the package via composer:
composer require ranabd36/larathereum
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
Link of the documentation will update very soon.
Please see CHANGELOG for more information what has changed recently.
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.
If you discover any security related issues, please email codemenorg@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.