📌Technology Stack

In this plugin, we have implemented the main features that from the polkadot.js that could be integrated into Bubble plugin in a practical usable way.

"dependencies": {
    "@polkadot/api": "^7.8.1",
    "@polkadot/extension-dapp": "^0.42.7",
    "@polkadot/keyring": "^8.4.1",
    "@polkadot/util": "^8.4.1",
    "@polkadot/util-crypto": "^8.4.1"
  }

Features were separated in these plugin elements:

Dependencies: @polkadot/api, @polkadot/extension-dapp Demo: https://polkadotjs.bubbleapps.io/version-test/simple_connect

Dependencies: @polkadot/util, @polkadot/util-crypto Demo: https://polkadotjs.bubbleapps.io/version-test/utils

Dependencies: @polkadot/api, @polkadot/util Demo: https://polkadotjs.bubbleapps.io/version-test/polkadot_api

Dependencies: @polkadot/keyring, @polkadot/util-crypto, @polkadot/util

Demo: https://polkadotjs.bubbleapps.io/version-test/keyring

Last updated

Was this helpful?