Learning Solana and NEXT.js
Live at: https://cryptocheck-five.vercel.app/
Scripts are created basing upon solana Course from here
Simple application built with NEXT for lookup of cryptocurrency prices with stats and charting
- Setup ENV variables
NEXT_PUBLIC_COIN_API_URL=https://rest.coinapi.io/v1
NEXT_PUBLIC_COIN_API_KEY=<Paste your free API Key from CoinAPI>
npm run dev- Development server- Have fun!