This is a demo website demonstrating the integration with CoinList using the
@coinlist-co/react SDK. It's live at partner.coinlist.dev 🚀
We recommend reading the official CoinList documentation while exploring the source code.
- Provide the environment variables
cp .environments/.env.example .env- Update
NEXT_PUBLIC_COINLIST_CLIENT_IDandCOINLIST_CLIENT_SECRETwith the credentials provided by CoinList. If you don't have them, ask your CoinList contact to provide them. You can still use the app with the dummy values from.env.example, but you won't be able to complete OAuth. - Run the Next.js app locally:
npm run dev