Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solana-mobile/dapp-publishing
https://github.com/solana-mobile/dapp-publishing
Last synced: about 1 month 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T18:22:57.000Z (4 months ago)
- Last Synced: 2024-10-28T22:34:39.805Z (about 1 month ago)
- Language: TypeScript
- Size: 22.4 MB
- Stars: 58
- Watchers: 7
- Forks: 17
- 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 [email protected] --activate
``````shell
mkdir publishing
cd publishingpnpm init
pnpm install --save-dev @solana-mobile/dapp-store-cli
npx dapp-store init
npx dapp-store --help
```# License
Apache 2.0