portdeveloper / converteth

https://converteth-nextjs.vercel.app
MIT License
1 stars 4 forks source link

converteth

Quickstart

install dependencies yarn

set up environemnt cd /packages/nextjs cp .env.example .env.local

Create a CoinMarketCap account and copy your API key from https://pro.coinmarketcap.com/account to the NEXT_PUBLIC_CMC_API_KEY variable inside .env

yarn start