Similarly to MetaMask, BandMask allows developers to build dApp UI on website. It exposes instance of Band Protocol Client to the web, and allows the dApp to communicate with blockchain without having to manage user wallet credentials itself.
$> yarn install
$> yarn build- Open Chrome/Opera browser and navigate to chrome://extensions
- Select "Developer Mode" and then click "Load unpacked extension..."
- From the file browser, choose to
extension-boilerplate/build/chromeor (extension-boilerplate/build/opera)
- Open Firefox browser and navigate to about:debugging
- Click "Load Temporary Add-on" and from the file browser, choose
extension-boilerplate/build/firefox
The following tasks can be used when you want to start developing the extension and want to enable live reload -
npm run chrome-watchnpm run opera-watchnpm run firefox-watch
Run npm run dist to create a zipped, production-ready extension for each browser. You can then upload that to the appstore.
Thank you Bharani for providing a fantastic Boilerplate for this extension.



