Skip to content

Commit

Permalink
additional content
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljkrb committed Sep 19, 2024
1 parent ec76ab7 commit e49aa5b
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 1 deletion.
75 changes: 75 additions & 0 deletions docs/pages/console/basics/wallets.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Connecting Wallets

The Polkadot Developer Console allows you to connect various types of hardware wallets and web extensions. This feature enables you to interact with the Polkadot ecosystem securely using your preferred wallet.

## Accessing the Wallet Connection Interface

1. Look for the wallet icon (resembling a power plug) in the top-right corner of the Developer Console interface.
2. Click on the "Connect Wallets" button to open the wallet connection interface.

![Connect Wallets Button](/png/wallets/hero.png)

## Wallet Connection Interface

The wallet connection interface is divided into two main sections:

1. Hardware Wallets
2. Web Extensions

### Hardware Wallets

The following hardware wallets are currently supported:

- [Polkadot Vault](https://vault.novasama.io/)
- [Ledger](https://www.ledger.com/start)

To manage these wallets:

1. Click the "Manage" button next to the wallet you want to use.
2. Follow the on-screen instructions to connect and set up your hardware wallet.

### Web Extensions

Various web extension wallets are listed, including:

- [Talisman](https://talisman.xyz)
- [Enkrypt](https://enkrypt.com)
- [Fearless Wallet](https://fearlesswallet.io)
- [PolkaGate](https://polkagate.xyz)
- [Polkadot JS](https://polkadot.js.org/extension)
- [SubWallet](https://subwallet.app)

The status of each web extension is indicated as follows:

- **+ Connect**: The extension is installed and ready to connect.
- **Not Installed**: The extension is not currently installed in your browser.

To connect a web extension wallet:

1. If the extension is not installed, click on the wallet name to visit the official website and install it.
2. Once installed, refresh the Developer Console page.
3. Click the "+ Connect" button next to the installed wallet to establish the connection.

## Managing Connected Wallets

After connecting a wallet:

- For hardware wallets, use the "Manage" button to access wallet-specific options and controls.
- For web extensions, the "+ Connect" button will change to indicate the connected status.

## Disconnecting Wallets

To disconnect a wallet:

1. Open the wallet connection interface.
2. For hardware wallets, use the "Manage" options to disconnect.
3. For web extensions, click on the connection status button to disconnect.

## Troubleshooting

If you encounter issues while connecting wallets:

- Ensure your hardware wallet is properly connected and unlocked.
- Check that your web extension is up-to-date and properly installed.
- Refresh the Developer Console page and try connecting again.
- Consult the specific wallet's documentation for additional troubleshooting steps.
2 changes: 1 addition & 1 deletion docs/pages/console/resources/adding-a-chain.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Resources

Coming soon...
Adding a chain to the Polkadot Developer Console allows you to expand the range of networks you can interact with.
Binary file added docs/public/png/wallets/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ export default defineConfig({
},
],
},
{
text: 'Wallet Connection',
link: '/console/basics/wallets',
},
],
},
{
Expand Down

0 comments on commit e49aa5b

Please sign in to comment.