morpho-solana-frontend

Implement all 26 Morpho Solana protocol instructions in a Next.js frontend.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/raunit-dev/morpho-on-solana --skill morpho-solana-frontend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morpho-solana-frontend
Source: https://github.com/raunit-dev/morpho-on-solana/tree/main/frontend
Command: npx skills add https://github.com/raunit-dev/morpho-on-solana --skill morpho-solana-frontend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Morpho Solana frontend builders can rapidly assemble a production-ready interface to interact with Morpho's on-chain lending protocol, enabling users to supply, borrow, and manage positions without building from scratch.

Core Features & Use Cases

  • All 26 protocol instructions are supported in a Next.js UI: supply, borrow, withdraw, repay, liquidations, flash loans, authorization, and admin controls.
  • Real-world scenario: a dev builds a Morpho UI that lets a user connect a wallet, view markets, supply assets, deposit collateral, borrow, repay, and monitor health factors.

Quick Start

Use the frontend skill to bootstrap a Morpho Solana UI with a ready-to-run Next.js app.

Frequently Asked Questions about morpho-solana-frontend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a frontend for the Morpho Solana lending protocol?

You can build a Morpho Solana frontend using a ready-to-run Next.js application that implements all 26 protocol instructions for lending, borrowing, and admin controls.

Can I implement flash loans and liquidations in a Next.js web3 interface?

Yes, this Solana frontend supports implementing flash loans and liquidations directly within a Next.js UI, alongside supply, borrow, and repay functions.

Does this frontend skill integrate with Anchor client and wallet connection?

Yes, the Morpho frontend integrates with Anchor client for Solana and includes wallet connection capabilities to enable end-to-end user interactions.

What is the best way to add a Kamino-style UI for Solana borrowing markets?

The skill provides Kamino-style UI patterns for market exploration, allowing you to bootstrap a Solana borrowing interface without building from scratch.

Are all 26 Morpho protocol instructions supported for supply and collateral management?

Yes, the frontend supports all 26 protocol instructions, enabling users to supply assets, deposit collateral, borrow, repay, and monitor health factors.

Do I need Next.js to deploy this Solana web3 lending interface?

Next.js is required as the frontend framework to deploy this Solana web3 interface, utilizing Anchor client for on-chain protocol interactions.