MooMask is a browser extension wallet for Binance SmartChain. For safety, always logout your wallet after using it. Private key for your wallet is stored locally in your browser only.
- Generate a new wallet.
- Import wallet from private key.
- Export private key.
- View BNB, BEP-20 and Peggy Token balances.
- View wallet address with the QR code.
- Multiple wallets.
- Adding Custom Token.
- View recent transactions.
- Send & receive BNB, BEP-20 and Peggy Tokens.
- Switch the network between Mainnet and Testnet.
- Download moomask.zip from the zip folder.
- Unzip moomask.zip.
- Go to Chrome Extensions page and activate the Developer Mode.
- Click Load Unpacked button and point it to moomask folder.
- Install node.js and npm.
- Install dependencies :
npm install
- Run the project :
npm run dist
- Compressed build can be found in
/dist
folder. - Uncompress the zip file.
- Go to Chrome Extensions page and activate the Developer Mode.
- Click
Load Unpacked
button and point it to/dist/moomask
folder.
- Install node.js and npm.
- Install dependencies :
npm install
- Run the project :
npm run start
- This wallet is built with React.