An Onchain app in less than 100 components, and ready to be deployed to Vercel.
To ensure all components work seamlessly, set the NEXT_PUBLIC_CDP_API_KEY
in your .env
file.
You can find the API KEY on the Node page at the Coinbase Dev Portal.
Play with it live on https://an-onchain-app-in-100-components.vercel.app
Have fun! ⛵️
# Install bun in case you don't have it
bun curl -fsSL <https://bun.sh/install> | bash
# Install packages
bun i
# Run Next app
bun run dev
This project is licensed under the MIT License - see the LICENSE.md file for details