https://github.com/solana-mobile/dapp-publishing
https://github.com/solana-mobile/dapp-publishing
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solana-mobile/dapp-publishing
- Owner: solana-mobile
- License: apache-2.0
- Created: 2022-08-15T18:00:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T19:44:44.000Z (10 months ago)
- Last Synced: 2025-04-02T06:07:05.935Z (9 months ago)
- Language: TypeScript
- Size: 23.1 MB
- Stars: 57
- Watchers: 7
- Forks: 20
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - solana-mobile/dapp-publishing - (TypeScript)
README
# dApp Publishing CLI
Tooling for publishing to the Solana Mobile dApp Store.
For all documentation regarding usage of the tooling, including a thorough walkthrough of the dApp publishing process, visit the [Solana Mobile docs site](https://docs.solanamobile.com/dapp-publishing/intro).
# Installation
Please run the CLI with Node version 18 or greater.
```shell
corepack enable
corepack prepare pnpm@`npm info pnpm --json | jq -r .version` --activate
```
If you don't have [jq](https://stedolan.github.io/jq/), you can manually get the current version of pnpm with `npm info pnpm` and setup like this:
```shell
corepack prepare pnpm@7.13.4 --activate
```
```shell
mkdir publishing
cd publishing
pnpm init
pnpm install --save-dev @solana-mobile/dapp-store-cli
npx dapp-store init
npx dapp-store --help
```
# License
Apache 2.0