Universal browser extension for Web 3 and the Polkadot ecosystem. Development is still work in progress. Stay Tuned!
yarn install
yarn run prod
yarn run watch (to watch code changes)
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
- 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.
- 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.
- 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.
AGPL-3.0