vkomenda / bearby-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BearBy Browser Extension of Massa blockchain

Chrome FireFox

Massa's plugin of Chrome and FireFox.

Installation:

  • Download the extension using git: git clone https://github.com/bearby-wallet/bearby-extension.git or as a zip file.
  • You can download ready from realeses page
  • Install extension into browser.
$ git clone https://github.com/bearby-wallet/bearby-extension.git
$ cd bearby-extension
$ yarn # or npm install
$ yarn build # or npm run build
$ # after build you will see `dist` folder.
  • Firefox: Type about:debugging in the adress bar Click on "This Firefox" Click on "Load Temporary Add-on..." Select the file manifest.json in the massa-wallet folder

  • Chrome: Type chrome://extensions in the adress bar Click on "Load Unpacked" Select the massa-wallet folder

build as develop

Developing

yarn dev # run serve
yarn check # check types

building

make clean
make

About

License:Other


Languages

Language:TypeScript 59.8%Language:Svelte 36.4%Language:SCSS 2.5%Language:JavaScript 0.8%Language:HTML 0.3%Language:Makefile 0.1%