@silencelaboratories/walletprovider-sdk

v0.0.6
Frontend SDK for Wallet Providers

docs

bun run build:declaration && api-extractor run --local --verbose && api-documenter markdown -i ./temp -o ./docs

lint

eslint --cache ./src/**/*.ts

test

bun test

build

bun run scripts/build.mjs && bun run build:declaration

format

prettier --write --cache .

typecheck

tsc -p . --noEmit

test:watch

bun test --watch

formatcheck

prettier --check --cache .

build:declaration

tsc -p . --emitDeclarationOnly
npm i @silencelaboratories/[email protected]

Metadata

Downloads