@solana-mobile/mobile-wallet-adapter-protocol

v2.1.3
An implementation of the Solana Mobile Mobile Wallet Adapter protocol. Use this to open a session with a mobile wallet app, and to issue API calls to it.

build

yarn clean && rollup --config ../../rollup.config.ts --configPlugin rollup-plugin-ts

clean

shx rm -rf lib/*

postbuild

cross-env echo {\"type\":\"commonjs\"} | npx json > lib/cjs/package.json && echo {\"type\":\"module\"} | npx json > lib/esm/package.json

build:watch

yarn clean && rollup --config ../../rollup.config.ts --configPlugin rollup-plugin-ts --watch

prepublishOnly

agadoo
npm i @solana-mobile/mobile-wallet-adapter-protocol

Metadata

Downloads