@mysten/wallet-standard

v0.12.14
A suite of standard utilities for implementing wallets based on the Wallet Standard.

lint

pnpm run eslint:check && pnpm run prettier:check

build

build-package

clean

rm -rf tsconfig.tsbuildinfo ./dist

lint:fix

pnpm run eslint:fix && pnpm run prettier:fix

eslint:fix

pnpm run eslint:check --fix

json-schema

typescript-json-schema src/types.ts SerializedTransactionDataV2 --required --strictNullChecks > serialized-transaction-data-v2.schema.json && prettier -w serialized-transaction-data-v2.schema.json

eslint:check

eslint --max-warnings=0 .

prettier:fix

prettier -w --ignore-unknown .

prettier:check

prettier -c --ignore-unknown .
npm i @mysten/[email protected]

Metadata

Downloads