An open API service indexing awesome lists of open source software.

https://github.com/xxmistacruzxx/coinwizard

CoinWizard is a Next based website deployed using Vercel. CoinWizard has various cryptocurrency related features, such as real-time market & blockchain viewing, real-time price conversions, and address lookups (for BTC & ETH). Data is obtained using CryptoCompare API, Blockchain API, and Etherscan API.
https://github.com/xxmistacruzxx/coinwizard

blockchain-api cryptocompare-api etherscan-api next nextui react

Last synced: about 2 months ago
JSON representation

CoinWizard is a Next based website deployed using Vercel. CoinWizard has various cryptocurrency related features, such as real-time market & blockchain viewing, real-time price conversions, and address lookups (for BTC & ETH). Data is obtained using CryptoCompare API, Blockchain API, and Etherscan API.

Awesome Lists containing this project

README

          

# Introduction
CoinWizard is a Next.js based website that is dedicated to give accurate real-time cryptocurrency data.

# Features
## Coin Market & Blockchain Data
CoinWizard provides a dashboard for a quick view of recent market data of popular cryptocurrencies. Additionally, each cryptocurrency with available data has their own page, presenting their recent market data, price history, blockchain data, and summary of the coin's history.
## Coin & Currency Conversions
CoinWizard provides a page to select a cryptocurrency and a country's currency to get a real-time price comparison between them.
## Address Lookup
CoinWizard provides a page to lookup addresses of popular cryptocurrencies, such as Bitcoin and Ethereum.

# APIs, Tools, & Libraries Used
## Libraries
• [Next.js](https://nextjs.org/)

• [React](https://react.dev/)

• [Nextui](https://nextui.org/)

• [Axios](https://www.npmjs.com/package/axios)

• [Recharts](https://recharts.org/)

• [Marked](https://www.npmjs.com/package/marked)

## APIs
• [CryptoCompare API](https://min-api.cryptocompare.com/documentation)

• [Blockchain API](https://www.blockchain.com/explorer/api)

• [Etherscan API](https://docs.etherscan.io/)