@solana-mobile/wallet-adapter-mobile

v2.1.3
An adapter for mobile wallet apps that conform to the Solana Mobile Wallet Adapter protocol

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/wallet-adapter-mobile

Metadata

Downloads