This repository contains a demo application showcasing the Bridge Component from Coinbase's OnchainKit. The application allows users to bridge tokens between Base and the Blocklords Appchainusing a clean, responsive interface.
Appchains are for projects seeking scale at low cost through dedicated blockspace, with customizable gas tokens and permissions.
- Connect wallet functionality using OnchainKit
- Token bridging between networks
- Responsive design that works on mobile and desktop
Follow these steps to set up the project locally:
git clone https://github.com/hughescoin/ock-bridge-tutorial.gitcd ock-bridge-tutorialnpm installnpm run devThen open http://localhost:3000 in your browser to see the application.
- Next.js - React framework
- Tailwind CSS - Utility-first CSS framework
- OnchainKit - Coinbase's onchain component library
- TypeScript - Typed JavaScript
/app- Next.js application pages and components/app/bridge- Bridge page implementation/app/svg- SVG components used in the UI
This project is licensed under the MIT License - see the LICENSE file for details.
- This project is based on the OnchainKit Bridge Component guide from Base.org