ranabd36/larathereum

Ethereum Client Library For Laravel

1.0.11 2020-01-29 07:37 UTC

This package is auto-updated.

Last update: 2024-03-29 03:39:18 UTC


README

Latest Stable Version Latest Unstable Version License Total Downloads

Laravel ethereum client with ERC20 (smart contract) support.

Installation

You can install the package via composer:

composer require ranabd36/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.