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.
Currently, the following features are available:
- Add watch-only account ( can be used as a proxied address)
- Governance
- Identity management
- Proxy management
- Staking (Solo and Pool Staking)
- Support different endpoints
- Transfer funds (Cross chain transfer)
- View balances (crypto/USD)
- View transaction history
- View an address as QR code
- Light client integration
- Account Profiles
- and more
Chrome, Microsoft Edge, Brave, and Yandex: The extension for these browsers can be downloaded from here
Steps to build the extension and view your changes in a browser:
- Download the files via
git clone https://github.com/polkagate/polkagate-extension.git - Go to downloaded folder via
cd polkagate-extension - Install dependencies via
yarn(yarn version: 3.2.0) - Replace @polkadot/networks/interfaces.js with ./interfaces/interfaces.js
- Build via
yarn build - 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
- go to
- 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
- go to
Once added, you can create an account or import via multiple options. To view helpful docs visit our documents on Gitbook;
-
To run unit tests, first install dependencies using
yarnthen use:yarn test -
Test on test networks:
-
To receive some test tokens visit Polkadot Faucet
-
Note that you need to enable 'Show Test Networks' in the Settings/Extension Settings to be able to work with test networks.
-

