JSHan94 / frontend

๐ŸŒŽ Solana Transaction Sandbox, used in Mobile App internally

Home Page:https://frontend-phi-wheat.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duckee Transaction Wrapper Frontend

This is a transaction wrapperโ€” which connects wallet and sends transaction on behalf of the Duckee mobile applicationโ€” written in Next.js.

Why You Created Another Frontend?

Current Android development ecosystem of Solana is harsh: Web3Auth does not support any Android SDK for Solana, Anchor does not have client SDK for Android, etc. Instead of working on Android interfaces of existing products (which will be developed in future anyway), we just created a frontend app and displayed in the in-app browser in a seamless way.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

About

๐ŸŒŽ Solana Transaction Sandbox, used in Mobile App internally

https://frontend-phi-wheat.vercel.app


Languages

Language:TypeScript 98.7%Language:JavaScript 1.1%Language:Shell 0.2%Language:CSS 0.0%