Skip to content

WalletConnect/walletconnect-solana-adapter

 
 

Repository files navigation

WalletConnect Solana Adapter - Core

How to run this repo?

  1. Install dependencies
pnpm install
  1. Build!
pnpm run build:packages
  1. Run!
pnpm run dev:playground

How to Test?

Most Mobile wallets don't support Testnet/Devnet. Either change the network to Mainnet or use our sample wallet.

How to make a release?

  1. Add a beta or alpha prefix (if needed):

replace <tag> with alpha or beta.

pnpm run <tag>
  1. Bump a patch / minor / major / prerelease

prerelease will bump alpha or beta releases (e.g. from v0.1.1-alpha.0 -> v0.1.1-alpha.1).

pnpm run <replace-with-version> 
  • example:
pnpm run patch
  1. Publish
pnpm run release

for alpha or beta releases use:

pnpm run release:<tag>
  • example:
pnpm run release:alpha