Skip to content

alexbennycodes/defi-sphere

Repository files navigation

Defi Sphere

Defi Sphere is a decentralized finance application. Connect your wallet to start using Defi Sphere. Token swaps, lending, borrowing, and more. Real-time market data, analytics, and more.

What we are using

Lets goooo - Next.js 14, Shadcn/ui, and Tremor.

Installation

Clone & create this repo locally with the following command:

git clone https://github.com/alexbennycodes/defi-sphere.git
  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Input everything you need for the env.

    1. Create CoinGecko Account
    2. Create 0x Account
    3. Web3 Modal Project ID
  2. Start the development server from either yarn or turbo:

pnpm run dev