dev-master
9999999-dev https://github.com/krorten/suprnovaSuprnova.cc api wrapper for Laravel 5.5
MIT
The Requires
by Kai Rune Orten
laravel bitcoin altcoin suprnova
Suprnova.cc api wrapper for Laravel 5.5
Laravel wrapper for Suprnova API, (*1)
Suprnova is a Suprnova api wrapper for Laravel 5.5, (*2)
composer require krorten/suprnova
After installing, register the Krorten\Suprnova\Providers\CryptocompProvider
in your config/app.php
configuration file:, (*3)
'providers' => [ // Other service providers... Krorten\Suprnova\Providers\SuprnovaProvider::class, ],
Also, add the Suprnova
facade to the aliases
array in your app
configuration file:, (*4)
'Suprnova' => Krorten\Suprnova\Facades\SuprnovaFacade::class,
You need to set the type of coin before you can retreive any info. And also the API Key found in your account, (*5)
//Get user(wallet addr) general summary Suprnova::setType('zec')->setApiKey('')->user();
//Get list of workers with connected to user(wallet addr) Suprnova::setType('eth')->setApiKey('')->workers(); //Other actions to use ->hashrate ->balance ->dashboard ->transactions
Suprnova API Wrapper is open-sourced software licensed under the MIT license, (*6)
Suprnova.cc api wrapper for Laravel 5.5
MIT
laravel bitcoin altcoin suprnova