A user-friendly wallet to interact with the Polkadot/Substrate based blockchains through a browser. It allows users to access their Polkadot/Kusama ecosystem account(s), which can also be used to interact with decentralized apps. It is based on polkadot js extension, which injects a @polkadot/api signer into a page, along with any associated accounts.
Polkadot js Plus 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:
FireFox: The extension for firefox can be downloaded from Firefox add-ons page here
Chrome:
chrome://extensions/
Steps to build the extension and view your changes in a browser:
git clone https://github.com/Nick-1979/polkadot-Js-Plus-extension.git
cd polkadot-Js-Plus-extension
yarn
yarn build
or yarn watch
chrome://extensions/
packages/extension/build
about:debugging#addons
packages/extension/build/manifest.json
Once added, you can create an account (via a generated seed) or import via an existing seed.
To run unit tests, first install dependencies using yarn
then use: yarn test:plus
Test on Westend blockchain:
It is possible via the provided add-on. To receive some westies (Westend's native token) for a created account use Westend Faucet
Or build the extension on your own, but it needs to append the following Westend network info to './node_modules/@substrate/ss58-registry/esm/index.js') before build:
{ "prefix": 42, "network": "westend", "displayName": "Westend", "symbols": [ "WND" ], "decimals": [ 12 ], "standardAccount": "*25519", "website": "https://polkadot.network" }
for more information about the extension and how it works, please go to the project wiki