@mysten/wallet-adapter-unsafe-burner

v0.0.0-experimental-20221102164214
This adapter uses an unsafe local keypair to sign transactions. It can be used during development to easily test wallet signing flows without requiring additional user input.

test

echo "Error: no test specified" && exit 1

clean

rm -rf tsconfig.tsbuildinfo ./dist

build

pnpm build:types && tsup ./src/index.ts --format esm,cjs --sourcemap

build:types

tsc --build
npm i @mysten/[email protected]

Metadata

Downloads