Skip to content

Commit

Permalink
Edits Polkadot-JS Pt2 (#5355)
Browse files Browse the repository at this point in the history
* added account guides page

* moved content to JS guides

* added page multisig JS guides

* updated sidebar

* moved multisig js guides

* moved query account data in JS

* minor edits accounts page

* added JS proxy guides

* moved create proxy section to guides

* moved removing proxy section

* moved "view proxy" section

* moved js video to guides

* moved content around

* removed old tutorial gov proxy

* removed unnecessary info from basic

* moved guides time-delayed proxies

* minor removal

* created pure proxy guides page

added rpc connection

* rm rpc connection line

* moved create pure guides

* moved pure proxy guides

* fixed broken link

* moved proxy calls section

* moved sections around

* moved key security to "stay safe"

* moved vault and ledger stuff out from account generation

* rm section

* moved unlocking locks to js guides

* unified account generation and accounts pages

* moved advanced account content

- minor edits and reorg accounts page

* edited account generation section

* grammar check

* reorg page structure

* Update docs/learn/learn-accounts.md

Co-authored-by: Radha <[email protected]>

* Update docs/learn/learn-accounts.md

Co-authored-by: Radha <[email protected]>

* Update docs/learn/learn-accounts.md

Co-authored-by: Radha <[email protected]>

* Update docs/learn/learn-accounts.md

Co-authored-by: Radha <[email protected]>

* Update docs/learn/learn-accounts.md

Co-authored-by: Radha <[email protected]>

* Update docs/learn/learn-accounts.md

Co-authored-by: Radha <[email protected]>

* added Radha's feedback

* fixed broken links

* added banner multisig apps

* banners to JS guides

* added more banners to js guides

* minor edits

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
filippoweb3 and DrW3RK authored Nov 28, 2023
1 parent abc8426 commit 6c4f420
Show file tree
Hide file tree
Showing 26 changed files with 1,145 additions and 1,185 deletions.
2 changes: 1 addition & 1 deletion docs/general/kusama/kusama-claims.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For most users, we recommend using the
since it will allow you to store your encrypted keystore locally.

In terms of hardware wallet support, you can use the [Kusama Ledger application](../ledger.md), or
[Parity Signer](../../learn/learn-account-generation.md#parity-signer).
[Polkadot Vault](../polkadot-vault.md).

Another option you may consider using is the
[Subkey](https://docs.substrate.io/reference/command-line-tools/subkey/) command-line utility, which
Expand Down
9 changes: 9 additions & 0 deletions docs/general/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,12 @@ below:
- If you wish to revert the version to the stable release, go to Ledger Live. The app will
automatically detect the developer release and give the option to install the previous stable
release.

---

:::info Polkadot-JS Guides

If you are an advanced user, see the
[Polkadot-JS guides about Ledger](../learn/learn-guides-ledger.md).

:::
20 changes: 14 additions & 6 deletions docs/general/polkadot-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ example, you can have an air-gapped laptop with the Subkey tool installed and ge
there. The seed phrase of that account can be imported into the Vault App (Add Key Set > Recover Key
Set).

See the instructions in
[this support article](https://support.polkadot.network/support/solutions/articles/65000184076-polkadot-vault-how-to-create-an-account)
to learn more about creating Vault accounts.
For guidelines about how to create an account using Polkadot Vault, see
[**this video tutorial**](https://youtu.be/hgv1R9mPEXw?t=120) and visit
[**this support article**](https://support.polkadot.network/support/solutions/articles/65000180512-how-to-create-an-account-in-parity-signer).

:::info

Expand All @@ -81,6 +81,12 @@ imported and you must sign using your air-gapped phone which holds the private k

:::

## Restore Account on Polkadot Vault

See [**this video tutorial**](https://youtu.be/hgv1R9mPEXw?t=407) and
[**this support page**](https://support.polkadot.network/support/solutions/articles/65000167901-how-to-restore-an-account-in-parity-signer)
to learn how to restore your account on the Polkadot Vault app.

## Signing Extrinsics

Remember to always check for metadata updates before signing transactions. See
Expand Down Expand Up @@ -171,9 +177,11 @@ Alternatively, you can use a third-party provider to add chains and their metada
[this article](https://support.polkadot.network/support/solutions/articles/65000184128-polkadot-vault-how-to-add-a-new-chain-and-update-the-metadata)
for detailed instructions. If you choose this approach, you should trust the provider you choose.

:::info Advanced How-to Guides
---

:::info Polkadot-JS Guides

See the [advanced guides](../learn/learn-guides-vault.md) for more information about how to add
chain specification and do metadata updates yourself.
If you are an advanced user, see the
[Polkadot-JS guides about Polkadot Vault](../learn/learn-guides-vault.md).

:::
2 changes: 1 addition & 1 deletion docs/general/polkadotjs-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For each account visible in the UI, you can perform different actions, including
[**sending tokens**](../learn/learn-balance-transfers.md).

For more information about adding and recovering accounts, see the
[**Account Generation**](../learn/learn-account-generation.md) page.
[**Account Generation**](../learn/learn-accounts.md#account-generation) page.

### Network (Staking)

Expand Down
20 changes: 19 additions & 1 deletion docs/general/scams.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,25 @@ Scams are an unfortuante reality of the crypto industry. It's important to stay
yourself and your non-refundable crypto assets from scammers. If you ever feel you are being
scammed, please get in contact with [Polkadot Support](https://support.polkadot.network).

## Essential rules:
## DISCLAIMER: Key Security

The _only_ ways to access your account are via your secret seed or your account's JSON file in
combination with a password. Keep them offline in a secure and private location. If you share these
with anyone, they can access your account, including your funds. This information is always a target
for hackers and malicious actors. Check out the wiki doc on
[how to recognize scams](../general/scams.md).

[![Account Creation Tutorial](https://img.youtube.com/vi/ARsdXZycJAg/0.jpg)](https://www.youtube.com/watch?v=ARsdXZycJAg)

:::info

Visit
[this support article](https://support.polkadot.network/support/solutions/articles/65000181874-how-to-store-your-mnemonic-phrase-and-backup-file-safely)
for more information about key security.

:::

## Essential Rules

1. Never, ever, ever share your seed phrase or account password.
2. Do not trust anyone online. It is trivial for them to lie and change their identities.
Expand Down
Loading

0 comments on commit 6c4f420

Please sign in to comment.