Skip to content

Currency data from the major bitcoin exchanges

License

Notifications You must be signed in to change notification settings

devtical/nova-blockchain-exchange-rates

Repository files navigation

Blockchain Exchange Rates

Currency data from the major bitcoin exchanges.

Screenshot

Installation

You can install the package in to a Laravel app that uses Nova via composer :

composer require kristories/nova-blockchain-exchange-rates

Usage

Add the card to your NovaServiceProvider.php

use Kristories\BlockchainExchangeRates\BlockchainExchangeRates;

// ...

public function cards()
{
    return [
        // ...
        new BlockchainExchangeRates(),
    ];
}

License

The MIT License (MIT).