# Polkadot.js NoCode Plugin by NovaBloq

## Polkadot.js Plugin

- [About](https://polkadot.novabloq.com/about.md): Polkadot.js integrated into a No-Code plugin for Bubble.io
- [F.A.Q.](https://polkadot.novabloq.com/f.a.q..md)
- [Installation](https://polkadot.novabloq.com/installation.md): How to install the plugin
- [Technology Stack](https://polkadot.novabloq.com/technology-stack.md)
- [Beginners guide](https://polkadot.novabloq.com/beginners-guide.md)
- [Bubble basics](https://polkadot.novabloq.com/beginners-guide/bubble-basics.md)
- [Plugin - install and test](https://polkadot.novabloq.com/beginners-guide/plugin-install-and-test.md): Install and run plugin features
- [Actions](https://polkadot.novabloq.com/element-polkadot-wallet/actions.md)
- [Sign a message](https://polkadot.novabloq.com/element-polkadot-wallet/actions/sign-a-message.md): Sign a simple message. Will return the signature when signed.
- [Sign and Send Transaction](https://polkadot.novabloq.com/element-polkadot-wallet/actions/sign-and-send-transaction.md): Send a token to wallet address.
- [Load App](https://polkadot.novabloq.com/element-polkadot-wallet/actions/load-app.md)
- [Actions](https://polkadot.novabloq.com/element-polkadot-utils/actions.md)
- [Create Mnemonic](https://polkadot.novabloq.com/element-polkadot-utils/actions/create-mnemonic.md): Will generate a new mnemonic phrase (new wallet)
- [Validate address](https://polkadot.novabloq.com/element-polkadot-utils/actions/validate-address.md)
- [Encrypt Message](https://polkadot.novabloq.com/element-polkadot-utils/actions/encrypt-message.md): Encrypt and Decrypt a message with NaCl (pronouced "salt"), which is a Networking and Cryptography library used in util-crypto.
- [Decrypt Encrypted](https://polkadot.novabloq.com/element-polkadot-utils/actions/decrypt-encrypted.md): Encrypt and Decrypt a message with NaCl (pronouced "salt"), which is a Networking and Cryptography library used in util-crypto.
- [Generate a Multisig Account](https://polkadot.novabloq.com/element-polkadot-utils/actions/generate-a-multisig-account.md): Generates the address that would correspond to a set of addresses and threshold.
- [Verify Signature](https://polkadot.novabloq.com/element-polkadot-utils/actions/verify-signature.md)
- [Hash Data](https://polkadot.novabloq.com/element-polkadot-utils/actions/hash-data.md)
- [Getting Started](https://polkadot.novabloq.com/element-polkadot-api/getting-started.md)
- [Actions](https://polkadot.novabloq.com/element-polkadot-api/actions.md)
- [Get Balance of Address](https://polkadot.novabloq.com/element-polkadot-api/actions/get-balance-of-address.md)
- [Get Balance at Block](https://polkadot.novabloq.com/element-polkadot-api/actions/get-balance-at-block.md)
- [Subscribe to Balance Changes](https://polkadot.novabloq.com/element-polkadot-api/actions/subscribe-to-balance-changes.md)
- [Subscribe to new Blocks](https://polkadot.novabloq.com/element-polkadot-api/actions/subscribe-to-new-blocks.md)
- [Last Block](https://polkadot.novabloq.com/element-polkadot-api/actions/last-block.md)
- [Getting Started](https://polkadot.novabloq.com/element-polkadot-keyring/getting-started.md)
- [Actions](https://polkadot.novabloq.com/element-polkadot-keyring/actions.md)
- [Add Pair to Keyring](https://polkadot.novabloq.com/element-polkadot-keyring/actions/add-pair-to-keyring.md): This action will add a pair to the keyring, you can add as many as you need.
- [Remove pair from Keyring](https://polkadot.novabloq.com/element-polkadot-keyring/actions/remove-pair-from-keyring.md): This action will remove the added pair from the keyring
- [Get Pair Metadata](https://polkadot.novabloq.com/element-polkadot-keyring/actions/get-pair-metadata.md)
- [Get All Pairs in Keyring](https://polkadot.novabloq.com/element-polkadot-keyring/actions/get-all-pairs-in-keyring.md): Gives a list of addresses of all the added pairs
- [Set SS58 Format](https://polkadot.novabloq.com/element-polkadot-keyring/actions/set-ss58-format.md)
- [Sign a Message](https://polkadot.novabloq.com/element-polkadot-keyring/actions/sign-a-message.md): Sign a message with one of the added pairs.
- [Verify Signature](https://polkadot.novabloq.com/element-polkadot-keyring/actions/verify-signature.md): Verify if the signature is valid
