Build on Base with OnchainKit. Includes wallet connection, transaction flows, and onchain data fetching.
An Onchain App Template built with OnchainKit, ready for deployment on Vercel.
Demo: https://onchain-app-template.vercel.app
Deploy directly to Vercel with one click:
Note: Configure environment variables in Vercel project settings after deployment.
Configure a .env
file with the following variables (reference .env.local.example
):
# Obtain from https://portal.cdp.coinbase.com/products/onchainkitNEXT_PUBLIC_CDP_API_KEY="GET_FROM_COINBASE_DEVELOPER_PLATFORM"# Obtain from https://cloud.walletconnect.comNEXT_PUBLIC_WC_PROJECT_ID="GET_FROM_WALLET_CONNECT"
You can obtain the API key from the Coinbase Developer Portal's OnchainKit page. If you don't have an account, you will need to create one.
For the Wallet Connector project ID, visit Wallet Connect and create/access your project.
# Install buncurl -fsSL https://bun.sh/install | bash# Install dependenciesbun i# Start development serverbun run dev
This project is licensed under the MIT License - see the LICENSE file for details.
For assistance, please contact us through:
Build on Base with OnchainKit. Includes wallet connection, transaction flows, and onchain data fetching.
An Onchain App Template built with OnchainKit, ready for deployment on Vercel.
Demo: https://onchain-app-template.vercel.app
Deploy directly to Vercel with one click:
Note: Configure environment variables in Vercel project settings after deployment.
Configure a .env
file with the following variables (reference .env.local.example
):
# Obtain from https://portal.cdp.coinbase.com/products/onchainkitNEXT_PUBLIC_CDP_API_KEY="GET_FROM_COINBASE_DEVELOPER_PLATFORM"# Obtain from https://cloud.walletconnect.comNEXT_PUBLIC_WC_PROJECT_ID="GET_FROM_WALLET_CONNECT"
You can obtain the API key from the Coinbase Developer Portal's OnchainKit page. If you don't have an account, you will need to create one.
For the Wallet Connector project ID, visit Wallet Connect and create/access your project.
# Install buncurl -fsSL https://bun.sh/install | bash# Install dependenciesbun i# Start development serverbun run dev
This project is licensed under the MIT License - see the LICENSE file for details.
For assistance, please contact us through: