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.
- Host: GitHub
- URL: https://github.com/xxmistacruzxx/coinwizard
- Owner: xxmistacruzxx
- Created: 2023-06-01T04:04:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T04:32:39.000Z (about 3 years ago)
- Last Synced: 2025-12-03T19:32:00.678Z (8 months ago)
- Topics: blockchain-api, cryptocompare-api, etherscan-api, next, nextui, react
- Language: JavaScript
- Homepage: https://coin-wizard.vercel.app
- Size: 1.44 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)