Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.3 KB

README.md

File metadata and controls

68 lines (56 loc) · 2.3 KB

Speckle browser extension

license issues LoC

中文

Introduction

Universal browser extension for Web 3 and the Polkadot ecosystem. Development is still work in progress. Stay Tuned!

Good to know before developing:

Requirements:

How to run:

In terminal or command prompt

yarn install
yarn run prod 
yarn run watch (to watch code changes)

If you're using Ubuntu

sudo apt install curl
sudo apt install git
git clone https://github.com/SpeckleOS/speckle-browser-extension.git
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install nodejs
sudo npm install -g yarn
cd speckle-browser-extension/
yarn install
yarn run prod

In Brave web browser

  1. Go to: brave://extensions
  2. Toggle: "developer mode" on.
  3. Click on: "Load unpacked"
  4. Select the newly created folder "dist" from the project folder.
  5. That's it.

In Chrome web browser

  1. Go to: chrome://extensions
  2. Toggle: "developer mode" on.
  3. Click on: "Load unpacked"
  4. Select the newly created folder "dist" from the project folder.
  5. That's it.

In Firefox web browser

  1. Go to: about:debugging
  2. Select: "Enable add-on debugging"
  3. Click on: "Load Temporary Add-on…"
  4. Open the newly created folder "dist" from the project folder, and choose the "manifest.json" file.
  5. That's it.

License

AGPL-3.0