Skip to content

Commit

Permalink
Add links to Polkadot Network Wallets page (#5302)
Browse files Browse the repository at this point in the history
* Add links to Polkadot Network Wallets page

* Update learn-staking.md

* Update learn-staking.md

* Update polkadotjs.md

* Update learn-accounts.md

* Update getting-started.md
  • Loading branch information
DrW3RK authored Oct 25, 2023
1 parent 501a4af commit 2cffff4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
6 changes: 6 additions & 0 deletions docs/general/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ See the videos below to know more about Polkadot.
transaction fees, staking, governance, acquisition of a parachain slot and for enabling several key
functionalities on Polkadot.

:::info

Explore Polkadot with a secure and user-friendly wallets listed on the [Polkadot website](https://www.polkadot.network/ecosystem/wallets/).

:::

- {{ polkadot: __<RPC network="polkadot" path="consts.balances.existentialDeposit" defaultValue={10000000000} filter="humanReadable"/>:__ :polkadot }}
the minimum balance required to have an active account on Polkadot Network. If your account
balance drops below the minimum, your account will be reaped. Learn more about
Expand Down
9 changes: 5 additions & 4 deletions docs/general/polkadotjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ consult the [**official documentation**](https://polkadot.js.org/docs/).

## Polkadot-JS UI

:::info Supported Wallet
:::info For Developers and Power Users Only

Please note that this wallet UI is oriented toward developers and power users.
Explore Polkadot with a secure and user-friendly wallets listed on
the [Polkadot website](https://www.polkadot.network/ecosystem/wallets/).
If you need help using the Polkadot-JS UI you can contact the
[**Polkadot Support Team**](https://support.polkadot.network/support/home). Please note that this
wallet is oriented toward developers and power users. For more user-friendly wallets, check out the
supported and treasury-funded wallets on the [Wallets Page](./wallets-and-extensions.md).
[**Polkadot Support Team**](https://support.polkadot.network/support/home).

:::

Expand Down
6 changes: 6 additions & 0 deletions docs/general/wallets-and-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ issues related to these wallet, reach out to their support teams directly.

:::

:::info

Explore Polkadot with a secure and user-friendly wallets listed on the [Polkadot website](https://www.polkadot.network/ecosystem/wallets/).

:::

If you are new to blockchain technology, generally a typical blockchain network account is a
public-private key pair. Access to a private key gives full access to all the allowed transactions
on that blockchain account. It is essential to keep the private key secure.
Expand Down
6 changes: 6 additions & 0 deletions docs/learn/learn-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ accounts such as [account derivation](./learn-account-advanced.md#derivation-pat
behind {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} accounts, please see
[the cryptography page](learn-cryptography.md).

:::info User friendly wallets

Create your Polkadot accounts with a secure and user-friendly wallets listed on the [Polkadot website](https://www.polkadot.network/ecosystem/wallets/).

:::

## Account Address

An address is the public part of a {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }}
Expand Down
6 changes: 4 additions & 2 deletions docs/learn/learn-staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import RPC from "./../../components/RPC-Connection";

:::tip New to Staking?

Start your staking journey or explore more information about staking on
[Polkadot's Home Page](https://polkadot.network/staking/). Discover the new
Explore Polkadot with a secure and user-friendly wallets listed on the
[Polkadot website](https://www.polkadot.network/ecosystem/wallets/) and start
your staking journey or explore more information about staking on
[Polkadot's Staking Page](https://polkadot.network/staking/). Discover the new
[Staking Dashboard](https://staking.polkadot.network/#/overview) that makes staking much easier and
check this
[extensive article list](https://support.polkadot.network/support/solutions/articles/65000182104) to
Expand Down

0 comments on commit 2cffff4

Please sign in to comment.