An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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) 💛