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.
Lets goooo - Next.js 14, Shadcn/ui, and Tremor.
Clone & create this repo locally with the following command:
git clone https://github.com/alexbennycodes/defi-sphere.git
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env.local
-
Input everything you need for the env.
- Create CoinGecko Account
- Create 0x Account
- Web3 Modal Project ID
-
Start the development server from either yarn or turbo:
pnpm run dev