This project is a full-stack decentralized application (dApp) built using Next.js, Tailwind CSS, TypeScript, and the Garden Finance SDK. The application leverages the power of decentralized finance (DeFi) to provide a seamless and secure user experience.
- Next.js for server-side rendering and static site generation.
- Tailwind CSS for responsive and modern UI design.
- TypeScript for type-safe development.
- Garden Finance SDK for interacting with decentralized finance protocols.
- Frontend: Next.js, Tailwind CSS, TypeScript
- Backend: Next.js API routes
- Blockchain Interaction: Garden Finance SDK
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name
-
Install the dependencies
npm install
-
Run the app
npm run dev