A Chrome extension wallet for Tapyrus Testnet.
- Wallet creation (BIP39 mnemonic generation)
- Wallet restoration (from mnemonic phrase)
- Password-protected encryption
- Tapyrus address display
- Plasmo - Browser extension framework
- React - UI library
- Tailwind CSS - Styling
- tapyrusjs-lib - Tapyrus library
- @noble/secp256k1 - Elliptic curve cryptography
- Tapyrus Testnet (NetworkId: 1939510133)
- Node.js 18+
- npm or pnpm
npm installnpm run dev- Open
chrome://extensionsin Chrome - Enable "Developer mode"
- Click "Load unpacked"
- Select the
build/chrome-mv3-devfolder
npm run buildBuild artifacts will be generated in build/chrome-mv3-prod.
Compliant with TIP-0044:
m/44'/1939510133'/0'/0/0
└── NetworkId (Testnet)
MIT