Skip to content

AurelienFT/bearby-extension

 
 

Repository files navigation

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

yarn build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • Svelte 36.7%
  • SCSS 2.5%
  • Other 1.2%