PolkaGate / extension

The official extension of PolkaGate. A user-friendly wallet for seamless browser-based interaction with Polkadot/Substrate-based blockchains.
https://polkagate.xyz
Apache License 2.0
2 stars 5 forks source link
kusama polkadot

PolkaGate

license ci supported by

A user-friendly wallet for seamless browser-based interaction with Polkadot/Substrate-based blockchains. It allows users to access their Polkadot/Kusama ecosystem account(s), which can also be used to interact with decentralized apps. It injects a @polkadot/api signer into a page, along with any associated accounts.

Polkagate extension not only has all the abilities of the original Polkadot extension, but also many new functionalities as listed below are available, where more features are coming.

New functionalities

Currently, the following features are available:

The following features will be available in the next milestone:

Polkagate extension intro

Installation

Add-on

FireFox: The extension for firefox can be downloaded from Firefox add-ons page here

Chrome and Microsoft Edge: The extension for these browsers can be downloaded from here

Development version

Steps to build the extension and view your changes in a browser:

  1. Download the files via git clone https://github.com/polkagate/polkagate-extension.git
  2. Go to downloaded folder via cd polkagate-extension
  3. Install dependencies via yarn (yarn version: 3.2.0)
  4. Replace @polkadot/networks/interfaces.js with ./interfaces/interfaces.js
  5. Build via yarn build
  6. Install the extension
    • Chrome:
    • go to chrome://extensions/
    • ensure you have the Development flag set
    • "Load unpacked" and point to packages/extension/build
    • if developing, after making changes - refresh the extension
    • Firefox:
    • go to about:debugging#addons
    • check "Enable add-on debugging"
    • click on "Load Temporary Add-on" and point to packages/extension/build/manifest.json
    • if developing, after making changes - reload the extension

Once added, you can create an account or import via multiple options. To view helpful videos follow our channel on Youtube;

Testing