Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.4 KB

OnchainKit logo vibes

An Onchain app in 100 components (or less)

CI/CD is live!!!

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.

OnchainKit logo vibes


Play with it live on https://an-onchain-app-in-100-components.vercel.app

Have fun! ⛵️


Locally run

# 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

Resources


Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details