speckle-browser-extension
speckle-browser-extension copied to clipboard
Universal browser extension for Web 3 and the Polkadot ecosystem
Speckle browser extension
中文
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
- Go to: brave://extensions
- Toggle: "developer mode" on.
- Click on: "Load unpacked"
- Select the newly created folder "dist" from the project folder.
- That's it.
In Chrome web browser
- Go to: chrome://extensions
- Toggle: "developer mode" on.
- Click on: "Load unpacked"
- Select the newly created folder "dist" from the project folder.
- That's it.
In Firefox web browser
- Go to: about:debugging
- Select: "Enable add-on debugging"
- Click on: "Load Temporary Add-on…"
- Open the newly created folder "dist" from the project folder, and choose the "manifest.json" file.
- That's it.
License
AGPL-3.0