Skip to content

Commit

Permalink
created pure proxy guides page
Browse files Browse the repository at this point in the history
added rpc connection
  • Loading branch information
filippoweb3 committed Nov 20, 2023
1 parent 187560c commit 069cefa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/learn/learn-guides-accounts-multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions docs/learn/learn-guides-accounts-proxy-pure.md
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 2 additions & 0 deletions docs/learn/learn-guides-accounts-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/learn/learn-guides-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/learn/learn-guides-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions polkadot-wiki/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
},
{
Expand Down

0 comments on commit 069cefa

Please sign in to comment.