lara-block-io
                                
                                 lara-block-io copied to clipboard
                                
                                    lara-block-io copied to clipboard
                            
                            
                            
                        Class 'App\LaraBlockIo' not found
Hi,
I am trying to implement Block.io get_network_fee_estimate($arr),
when we try return LaraBlockIo::get_network_fee_estimate($arr); we getting error Class 'App\LaraBlockIo' not found,
$arr['amounts'] = 95; $arr['to_addresses'] = '3BFGYeQC7uSp5pfS7ebs8AN2xQ6VCxtAbs'; we already set in larablockio.php 'apiKey' => env('1059-809b-1b8c-4527'), 'pin' => env('Behala345'), 'version' => env('BLOCKIO_VERSION', 2)
Hi Prasenjit you need to register the service provider and the Facade in config/app.php then you will be able to use the service. I hope this helps.
Are you not releasing secret credentials? @Prasenjiit