PHP Classes

File: config/etherscan.php

Recommend this page to a friend!
  Classes of Hicri   PHP Etherscan API Service   config/etherscan.php   Download  
File: config/etherscan.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Etherscan API Service
Access virtual coin transactions of Etherscan.io
Author: By
Last change:
Date: 1 year ago
Size: 167 bytes
 

Contents

Class file image Download
<?php

return [

   
'ether' => [
       
'etherscan_url' => 'https://api.etherscan.io/',

       
'etherscan_key' => 'WI48Q1V6RFNY7E1U773E2J5EAB8A1ZG8UM',
    ],

];