/plasmo-wallet

An Account Abstraction browser wallet built with the Plasmo framework.

Primary LanguageTypeScriptMIT LicenseMIT

plasmo-wallet

An Account Abstraction browser wallet built with the Plasmo framework.

Start

% pnpm install

DEV Mode

% PKG1="imtoken-wallet" && pnpm --filter ${PKG1} dev --target=chrome-mv3
% PKG1="imtoken-wallet" && pnpm --filter ${PKG1} dev --target=chrome-mv2
% PKG1="imtoken-wallet" && pnpm --filter ${PKG1} dev --target=firefox-mv2

Build and ZIP

% PKG1="imtoken-wallet" && pnpm --filter ${PKG1} build --zip --target=chrome-mv3

Other Command

  • Update Plasmo
% PKG1="imtoken-wallet" && pnpm --filter ${PKG1} up -L plasmo