Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Scaffolding for a dapp built on Solana

License

NotificationsYou must be signed in to change notification settings

solana-labs/dapp-scaffold

Repository files navigation

The Solana dApp Scaffold repos are meant to house good starting scaffolds for ecosystem developers to get up and running quickly with a front end client UI that integrates several common features found in dApps with some basic usage examples. Wallet Integration. State management. Components examples. Notifications. Setup recommendations.

ResponsiveDesktop

Getting Started

This is aNext.js project bootstrapped withcreate-next-app.

The responsive version for wallets and wallet adapter may not function or work as expected for mobile based on plugin and wallet compatibility. For more code examples and implementations please visit theSolana Cookbook

Installation

npm install# oryarn install

Build and Run

Next, run the development server:

npm run dev# oryarn dev

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

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

API routes can be accessed onhttp://localhost:3000/api/hello. This endpoint can be edited inpages/api/hello.ts.

Thepages/api directory is mapped to/api/*. Files in this directory are treated asAPI routes instead of React pages.

Features

Each Scaffold will contain at least the following features:

Wallet Integration with Auto Connec / RefreshState ManagementComponents: One or more components demonstrating state managementWeb3 Js: Examples of one or more uses of web3 js including a transaction with a connection providerSample navigation and page changing to demonstate stateClean Simple Styling Notifications (optional): Example of using a notification system

A Solana Components Repo will be released in the near future to house a common components library.

Structure

The scaffold project structure may vary based on the front end framework being utilized. The below is an example structure for the Next js Scaffold.

├── public : publically hosted files├── src : primary code folders and files │   ├── components : should house anything considered a resuable UI component│   ├── contexts` : any context considered reusable and useuful to many compoennts that can be passed down through a component tree│   ├── hooks` : any functions that let you 'hook' into react state or lifecycle features from function components│   ├── models` : any data structure that may be reused throughout the project│   ├── pages` : the pages that host meta data and the intended `View` for the page│   ├── stores` : stores used in state management│   ├── styles` : contain any global and reusable styles│   ├── utils` : any other functionality considered reusable code that can be referenced│   ├── views` : contains the actual views of the project that include the main content and components withinstyle, package, configuration, and other project files

Contributing

Anyone is welcome to create an issue to build, discuss or request a new feature or update to the existing code base. Please keep in mind the following when submitting an issue. We consider merging high value features that may be utilized by the majority of scaffold users. If this is not a common feature or fix, consider adding it to the component library or cookbook. Please refer to the project's architecture and style when contributing.

If submitting a feature, please reference the project structure shown above and try to follow the overall architecture and style presented in the existing scaffold.

Committing

To choose a task or make your own, do the following:

  1. Add an issue for the task and assign it to yourself or comment on the issue
  2. Make a draft PR referencing the issue.

The general flow for making a contribution:

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making apull request!

You can find tasks on theproject boardor create an issue and assign it to yourself.

Learn More Next Js

To learn more about Next.js, take a look at the following resources:

You can check outthe Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use theVercel Platform from the creators of Next.js.

Check out ourNext.js deployment documentation for more details.

About

Scaffolding for a dapp built on Solana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors26


[8]ページ先頭

©2009-2025 Movatter.jp