Skip to content

A curated set of backend-powered Mini Apps built for the Sherry platform. These examples demonstrate how to render metadata, handle transaction serialization, and interact with various Web3 protocols.

Notifications You must be signed in to change notification settings

SherryLabs/sherry-mini-app-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Sherry Mini Apps Examples

This repository contains a collection of backend-powered Mini Apps built for the Sherry platform. Each example demonstrates how to structure and serve metadata and transactions for different types of Web3 interactions.

About Sherry Mini Apps

Mini Apps are small Web3-native applications that run inside the Sherry browser extension. They are triggered by links and rendered directly in the post interface.

What This Repo Includes

  • Example apps using Next.js App Router as backend
  • Integration with diferent Web3 protocols
  • Clean and reusable structure for bootstrapping new apps

Getting Started

To run a specific Mini App:

cd buy-joe-with-avax
pnpm install
pnpm dev

Each Mini App is self-contained and can be deployed independently (e.g., to Vercel).

Build Your Own

Use these examples as a starting point to:

  • Define interactive actions triggered by a Sherry link
  • Handle parameters and user input securely
  • Build lightweight and composable Web3-powered apps

Resources

License

MIT License

About

A curated set of backend-powered Mini Apps built for the Sherry platform. These examples demonstrate how to render metadata, handle transaction serialization, and interact with various Web3 protocols.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published