Skip to content
Snippets Groups Projects
Commit 8d440189 authored by Keith Millette's avatar Keith Millette
Browse files

Changes to Account Types and Address book docs.

parent 590a37ce
No related branches found
No related tags found
No related merge requests found
Pipeline #262238 passed
......@@ -4,4 +4,20 @@ sidebar_position: 3
# Account Types
To do.
\ No newline at end of file
## sr25519
The default is Schnorrkel (sr25519), the accounts created on the [Web Wallet](generateAccount) or via [Sleeve Wallet Generation Tool](../../../tools/sleeve) would have a type of `sr25519`.
## Multisig
Multiple Signature (Multisig) accounts are account that require multiple signatures to submit transactions. See [Multisig Accounts](multisig) to learn more.
## Proxied
These are accounts that have proxies: other accounts that can issue transactions on behalf of the proxied one. See [Proxied Accounts](proxied) to learn more.
## Hardware
## Extension
## Via QR
\ No newline at end of file
---
sidebar_position: 6
---
# Add Contacts
To do.
\ No newline at end of file
---
sidebar_position: 5
---
# Address book
https://wallet.xx.network/#/addresses
## Overview
![](https://docs-assets.sfo3.cdn.digitaloceanspaces.com/webwallet/overview.png)
:::info about contact names
If a contact has set an on-chain identity for their account, the name you entered will be replaced with the on-chain identity.
:::
### Add contact
1. Click the `Add contact` button.
![](https://docs-assets.sfo3.cdn.digitaloceanspaces.com/webwallet/add.png)
2. Input the account address and a name for the contact, and click the `Save` button.
![](https://docs-assets.sfo3.cdn.digitaloceanspaces.com/webwallet/add-completed-form.png)
Your contact should now be listed.
### Export
You can export your contacts to a `.json` file which can be loaded at a later time or in other browser sessions.
1. Click the `Export` button.
![](https://docs-assets.sfo3.cdn.digitaloceanspaces.com/webwallet/export-click.png)
2. Rename the file. (Optional)
3. Click the `Save` button.
![](https://docs-assets.sfo3.cdn.digitaloceanspaces.com/webwallet/export.png)
The `.json` file will be located in the directory you saved it in.
### Import
If you have exported your Address book contacts, they can be imported via a `.json` file.
1. Click the `Import` button.
![](https://docs-assets.sfo3.cdn.digitaloceanspaces.com/webwallet/import-click.png)
2. Browse to and select the `.json` file and click the `Select` button.
![](https://docs-assets.sfo3.cdn.digitaloceanspaces.com/webwallet/import-select.png)
Your contacts should now be listed.
### Forget
Contacts in the Address book can be removed by "forgetting" them.
1. Click the 3-dot menu to the right of the contact and click `Forget this address`.
![](https://docs-assets.sfo3.cdn.digitaloceanspaces.com/webwallet/forget-click.png)
2. Confirm address removal by clicking the `Forget` button.
![](https://docs-assets.sfo3.cdn.digitaloceanspaces.com/webwallet/forget-confirm.png)
The contact will no longer be listed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment