Lulo Blinks

This website showcases Blinks that interact with the Lulo lending protocol on the Solana blockchain. The Blink below lets you withdraw USDC from your Lulo balance.

Curious how to build this Blink yourself?
Check out our step-by-step YouTube tutorial.

icon-cog icon

Backend

Blink API

Blinks are headless APIs that return transactions, as well as educational metadata that can be used to render blink UIs. Get started by editing /src/app/api/actions/withdraw/usdc/route.ts

icon-code icon

Frontend

Blink UI

Dialect's blinks UI components libraries can be used to render the blink data returned from the blink API backend. Get started by editing src/app/page.tsx

Loading