https://github.com/solana-developers/solana-mobile-templates
Official Solana Mobile templates for the create-solana-dapp CLI.
https://github.com/solana-developers/solana-mobile-templates
Last synced: 8 months ago
JSON representation
Official Solana Mobile templates for the create-solana-dapp CLI.
- Host: GitHub
- URL: https://github.com/solana-developers/solana-mobile-templates
- Owner: solana-developers
- License: mit
- Created: 2025-06-03T17:08:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-19T03:33:53.000Z (11 months ago)
- Last Synced: 2025-07-19T08:50:51.602Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 448 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - solana-developers/solana-mobile-templates - The official Solana Mobile templates have moved to the repo below: (TypeScript)
README
# solana-mobile-templates
Official Solana Mobile templates for the [create-solana-dapp](https://github.com/solana-developers/create-solana-dapp)
CLI.
## Usage
Run the `create-solana-dapp` command and use the interactive prompts to create a new project.
Provide the `-t ` option to use a specific template, use `--help` to see all the options.
```sh
# npm
npm create solana-dapp@latest [-t ]
# pnpm
pnpm create solana-dapp@latest [-t ]
# yarn
yarn create-solana-dapp [-t ]
```
# Solana Mobile
Solana Mobile Templates
### [web3js-expo](templates/web3js-expo)
`gh:solana-developers/solana-mobile-templates/templates/web3js-expo`
> A template for building a Solana mobile app with Expo and React Native.
`expo` `mobile-wallet-adapter` `react-native` `solana-web3js`
### [web3js-expo-paper](templates/web3js-expo-paper)
`gh:solana-developers/solana-mobile-templates/templates/web3js-expo-paper`
> A template for building a Solana mobile app with Expo and React Native Paper.
`expo` `mobile-wallet-adapter` `react-native` `react-native-paper` `solana-web3js`
## Contributors
Published under the [MIT](https://github.com/solana-developers/solana-mobile-templates/blob/main/LICENSE) license.
Made by [community](https://github.com/solana-developers/solana-mobile-templates/graphs/contributors) 💛