Speckle Browser Extension Save

Universal browser extension for Web 3 and the Polkadot ecosystem

Project README

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

Open Source Agenda is not affiliated with "Speckle Browser Extension" Project. README Source: GetSpeckle/speckle-browser-extension
Stars
27
Open Issues
34
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating