2017 © Pedro Peláez
 

symfony-bundle ethereum-bundle

Ethereum bundle provide us to use ethereum services.

image

blockchainrndhub/ethereum-bundle

Ethereum bundle provide us to use ethereum services.

  • Tuesday, September 12, 2017
  • by vazgen
  • Repository
  • 3 Watchers
  • 1 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

EthereumBundle

Instalation

Install via composer, (*1)

composer require blockchainrndhub/ethereum-bundle

Enable the bundle in your kernel

# app/AppKernel.php
$bundles = [
    //...
    new Blockchainrndhub\EthereumBundle\BlockchainrndhubEthereumBundle(),
    //...
];

Add config

# app/config/config.yml

    blockchainrndhub_ethereum:
        etherscan_api_key: '%etherscan_api_key%'

Add parameters

# app/config/parameters.yml

    parameters:
        etherscan_api_key: YOUR_API_KEY

Usage


$etherscan = $this->container->get('ethereum_etherscan');

The Versions

12/09 2017

dev-master

9999999-dev

Ethereum bundle provide us to use ethereum services.

  Sources   Download

MIT

The Requires

 

by Blockchain R&D Hub

bundle ethereum blockchainrndhub

12/09 2017

1.0.0

1.0.0.0

Ethereum bundle provide us to use ethereum services.

  Sources   Download

MIT

The Requires

 

by Blockchain R&D Hub

bundle ethereum blockchainrndhub

12/09 2017

dev-develop

dev-develop

Ethereum bundle provide us to use ethereum services.

  Sources   Download

MIT

The Requires

 

by Blockchain R&D Hub

bundle ethereum blockchainrndhub