From 069cefad7f10eaae64829c31ad84f78cf85c1087 Mon Sep 17 00:00:00 2001 From: filippoweb3 Date: Mon, 20 Nov 2023 15:03:57 +0100 Subject: [PATCH] created pure proxy guides page added rpc connection --- docs/learn/learn-guides-accounts-multisig.md | 2 ++ docs/learn/learn-guides-accounts-proxy-pure.md | 10 ++++++++++ docs/learn/learn-guides-accounts-proxy.md | 2 ++ docs/learn/learn-guides-accounts.md | 2 ++ docs/learn/learn-guides-identity.md | 2 ++ polkadot-wiki/sidebars.js | 1 + 6 files changed, 19 insertions(+) create mode 100644 docs/learn/learn-guides-accounts-proxy-pure.md diff --git a/docs/learn/learn-guides-accounts-multisig.md b/docs/learn/learn-guides-accounts-multisig.md index e097ec7caad4..aa7e7d1a7496 100644 --- a/docs/learn/learn-guides-accounts-multisig.md +++ b/docs/learn/learn-guides-accounts-multisig.md @@ -7,6 +7,8 @@ keyword: [guides, polkadot-js, accounts, multisig, multi-signature] slug: ../learn-guides-accounts-multisig --- +import RPC from "./../../components/RPC-Connection"; + ## Creating a Multisig Account Check the "How to create a multisig account" section on diff --git a/docs/learn/learn-guides-accounts-proxy-pure.md b/docs/learn/learn-guides-accounts-proxy-pure.md new file mode 100644 index 000000000000..70b1f091fd1f --- /dev/null +++ b/docs/learn/learn-guides-accounts-proxy-pure.md @@ -0,0 +1,10 @@ +--- +id: learn-guides-accounts-proxy-pure +title: Polkadot-JS Guides about Pure Proxy Accounts +sidebar_label: Pure Proxy +description: Polkadot-JS Guides about Pure Proxy Accounts +keyword: [guides, polkadot-js, accounts, proxy, pure proxy, anonymous proxy] +slug: ../learn-guides-accounts-proxy-pure +--- + +import RPC from "./../../components/RPC-Connection"; diff --git a/docs/learn/learn-guides-accounts-proxy.md b/docs/learn/learn-guides-accounts-proxy.md index 9628c05cb1d0..3e3c1d3a4058 100644 --- a/docs/learn/learn-guides-accounts-proxy.md +++ b/docs/learn/learn-guides-accounts-proxy.md @@ -7,6 +7,8 @@ keyword: [guides, polkadot-js, accounts, proxy] slug: ../learn-guides-accounts-proxy --- +import RPC from "./../../components/RPC-Connection"; + Proxies allow users to use an account (it can be in cold storage or a hot wallet) less frequently but actively participate in the network with the weight of the tokens in that account. Proxies are allowed to perform a limited amount of actions related to specific diff --git a/docs/learn/learn-guides-accounts.md b/docs/learn/learn-guides-accounts.md index 4d74a1524bec..4cd27ec1b320 100644 --- a/docs/learn/learn-guides-accounts.md +++ b/docs/learn/learn-guides-accounts.md @@ -7,6 +7,8 @@ keyword: [guides, polkadot-js, accounts] slug: ../learn-guides-accounts --- +import RPC from "./../../components/RPC-Connection"; + ## Account Address Format An account created for {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} can also be diff --git a/docs/learn/learn-guides-identity.md b/docs/learn/learn-guides-identity.md index a0000662a85e..66880ddf8a39 100644 --- a/docs/learn/learn-guides-identity.md +++ b/docs/learn/learn-guides-identity.md @@ -7,6 +7,8 @@ keywords: [registrar, identity, sub-identity, polkadot-js] slug: ../learn-guides-identity --- +import RPC from "./../../components/RPC-Connection"; + This is an advanced guide that is relevant for entities that would like to become registrars or would like to set sub-identities to an existing account with an identity. See [this page](./learn-identity.md) to learn about how to set an identity and have it verified. diff --git a/polkadot-wiki/sidebars.js b/polkadot-wiki/sidebars.js index e5e62ef89437..f5c0c6e337d4 100644 --- a/polkadot-wiki/sidebars.js +++ b/polkadot-wiki/sidebars.js @@ -321,6 +321,7 @@ module.exports = { "learn/learn-guides-accounts", "learn/learn-guides-accounts-multisig", "learn/learn-guides-accounts-proxy", + "learn/learn-guides-accounts-proxy-pure", ], }, {