All Projects → GetSpeckle → speckle-browser-extension

GetSpeckle / speckle-browser-extension

Licence: AGPL-3.0 license
Universal browser extension for Web 3 and the Polkadot ecosystem

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to speckle-browser-extension

lightning-browser-extension
The Bitcoin Lightning Browser extension that connects to different wallet interfaces and brings deep lightning integration to the web
Stars: ✭ 194 (+592.86%)
Mutual labels:  browser-extension, wallet
polkawallet-flutter
Replace to: https://github.com/polkawallet-io/app
Stars: ✭ 107 (+282.14%)
Mutual labels:  wallet, polkadot
arweave-python-client
This client allows you to integrate your python apps with the Arweave network allowing you to perform wallet operations and transactions
Stars: ✭ 87 (+210.71%)
Mutual labels:  wallet
algorand-wallet
Source code for Pera Wallet, simply the best Algorand wallet.
Stars: ✭ 152 (+442.86%)
Mutual labels:  wallet
reaction-packs
Browser extensions to swap out Facebook's reactions for something a little more fun.
Stars: ✭ 32 (+14.29%)
Mutual labels:  browser-extension
Breadcrumb
Minimalistic Bitcoin toolkit for iOS.
Stars: ✭ 23 (-17.86%)
Mutual labels:  wallet
greenpass-android
Green Pass PDF Wallet Android App
Stars: ✭ 29 (+3.57%)
Mutual labels:  wallet
ccsearch-browser-extension
[PROJECT TRANSFERRED] Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 115 (+310.71%)
Mutual labels:  browser-extension
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (+160.71%)
Mutual labels:  polkadot
panic polkadot
🚨 PANIC for Polkadot
Stars: ✭ 40 (+42.86%)
Mutual labels:  polkadot
substrate-graph
a compact graph indexer stack for parity substrate, polkadot, kusama
Stars: ✭ 28 (+0%)
Mutual labels:  polkadot
Multy-android
Mobile multy-blockchain wallet client.
Stars: ✭ 17 (-39.29%)
Mutual labels:  wallet
native-messaging
Native Messaging Host Protocol for Browser Extensions
Stars: ✭ 40 (+42.86%)
Mutual labels:  browser-extension
Best
Gifts for Programmers
Stars: ✭ 22 (-21.43%)
Mutual labels:  wallet
wallet-eos
wallet-eos EOS钱包 助记词 私钥 转账
Stars: ✭ 28 (+0%)
Mutual labels:  wallet
colorful-qrcode
Simple & colorful QR code generator with chrome extension
Stars: ✭ 13 (-53.57%)
Mutual labels:  browser-extension
solana-mobile-wallet
💳 Non-custodial cross-platform wallet for Solana
Stars: ✭ 64 (+128.57%)
Mutual labels:  wallet
Twitter-Links-beta
A browser extension to show the latest tweets that link to the current page.
Stars: ✭ 70 (+150%)
Mutual labels:  browser-extension
reef-chain
EVM compatible chain with NPoS/PoC consensus
Stars: ✭ 142 (+407.14%)
Mutual labels:  polkadot
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+800%)
Mutual labels:  wallet

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].