2017-25 © Pedro Peláez
 

library laracrypto

Laravel cryptocurrency integration

image

evan45245/laracrypto

Laravel cryptocurrency integration

  • Thursday, April 26, 2018
  • by evan45245
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laracrypto

![Latest Version on Packagist][ico-version] Software License ![Total Downloads][ico-downloads], (*1)

Add integration between Laravel and cryptocurrency services., (*2)

Structure

src/
tests/
vendor/

Install

Via Composer, (*3)

``` bash $ composer require andskur/laracrypto, (*4)


### Usage First you'll need to set up your configuration using your `.env` file. **Bitcoin** The Bitcoin interface utilises the [Blockchain Wallet API]. This will need to be running using the port specified in your laracrypto config. Item | Description ------------------ | -------------- `BLOCKCHAIN_GUID` | The GUID of your wallet. `BLOCKCHAIN_PASS` | The password for accessing your local API. `BLOCKCHAIN_API` | _Deprecated_ `BLOCKCHAIN_PASS2` | _Deprecated_ **Ethereum** The Ethereum interface utilises the [Ethereum JSON-RPC API]. This will need to be running using the port specified in your laracrypto config. Item | Description ------------------ | -------------- `ETHEREUM_URI` | The base URI that the RPC is running on. `ETHEREUM_PORT` | The port that the RPC is running on. ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Testing ``` bash $ composer test

Credits

License

The MIT License (MIT). Please see License File for more information., (*5)

The Versions

26/04 2018

dev-master

9999999-dev https://github.com/evan45245/laracrypto

Laravel cryptocurrency integration

  Sources   Download

MIT

The Requires

 

by Avatar andskur
by Avatar evan45245

laravel bitcoin blockchain cryptocurrency