Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Currency data from the major bitcoin exchanges

License

Notifications You must be signed in to change notification settings

devtical/nova-blockchain-exchange-rates

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).

About

Currency data from the major bitcoin exchanges

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published