You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/for_developers/xperience_browser_provider_apis/introduction.md
+4-25Lines changed: 4 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,32 +15,11 @@ This API is specified by [EIP-1193][2], which promotes wallet interoperability b
15
15
16
16
Xperience Browser Provider API is designed to be minimal, event-driven, and agnostic of transport and [RPC][3] protocols. Its functionality is easily extended by defining new RPC methods and message event types.
17
17
18
-
## Installation for Chrome
18
+
## Installing Xperience Browser Extension
19
19
20
-
### ChromeWeb Store
20
+
The extension currently only works on Chrome. Chrome user can install the extension via the [Chrome Web Store](https://chromewebstore.google.com/detail/xperience-browser-extensi/gpfllmjckejjhmmdmgbgmclmhopekjpf).
21
21
22
-
Chrome users can install the extension via the [Chrome Web Store](https://chromewebstore.google.com/detail/xperience-browser-extensi/gpfllmjckejjhmmdmgbgmclmhopekjpf).
Copy file name to clipboardExpand all lines: docs/for_users/web_wallet/create_account.md
+20-21Lines changed: 20 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,23 @@ tags:
4
4
- explorer
5
5
---
6
6
7
-
**ParallelChain Explorer**is a web-based tool that allows you to access your web wallet.
7
+
You can use **Web Wallet**on [ParallelChain Explorer](../../fundamentals/networks.md#parallelchain-explorer) on without any installation.
8
8
9
9
To conduct transactions on ParallelChain Mainnet you will first need to create an account on the blockchain to access the network. Accounts are free to create, and they can be set up through **ParallelChain Explorer**—or through the new [**Xperience Browser Extension**](../xperience_browser_extension/create_account.md).
10
10
11
-
The blockchain account you create on ParallelChain is non-custodial, which means only you have control and access to it. You must store your recovery key securely and properly to avoid losing access to your assets. There is no way to retrieve it if it is lost.
11
+
The account ([EOA](../../fundamentals/accounts.md#accounts)) you create on ParallelChain is non-custodial, which means only you have control and access to it. You must store your recovery key securely and properly to avoid losing access to your assets. There is no way to retrieve it if it is lost.
12
12
13
13
Learn how to create and manage your ParallelChain account using **ParallelChain Explorer** with the steps below.
1. To make sure that your recovery key are stored securely, you will be prompted to fill in blanks which correspond to the phrases displayed in the previous step.
35
35
2. Enter the words which correspond to the chronological positions of the recovery key.
36
36
3. Press **NEXT** when you are done.
37
37
4. If an error message appears, refer to your recovery key again and check if you have keyed in the wrong phrase.
38
38
39
39
40
-
### Step 4: Create Your Password
40
+
### Create Your Password
41
41
42
42
1. Create a password for your wallet. Your password can contain any characters, and it must be at least 8 characters long.
43
43
2. This password is only limited to the wallet access on the particular device you are registering your account on, and it cannot be used on another device.
2. Enter your 12-phrase recovery key that you have stored securely when you first created your wallet, then press **NEXT**.
65
65
3. Next, enter your desired password and re-enter it under the **Confirm Password** box, then press **REGISTER**.
66
66
4. You will be prompted to enter your password again to access your wallet. Enter your password in the empty field, and select **VERIFY**.
67
-
5. Importing your wallet only recovers accounts associated with the recovery key. Refer to the steps under [Exporting Your Account With Public And Private Keys](#exporting-your-account-with-public-and-private-keys) and [Importing Your Account Using Public And Private Keys](#importing-your-account-using-public-and-private-keys) to export and import individual accounts.
67
+
5. Importing your wallet only recovers accounts associated with the recovery key. Refer to the steps under [Export Your Account](#export-your-account) and [Import Your Account From Public And Private Keys](#import-your-account-from-public-and-private-keys) to export and import individual accounts.
5. If you do not remember your password, you can choose to log in with your recovery key by selecting **VERIFY WITH RECOVERY KEY** and re-entering your 12-phrase recovery key.
98
98
6. You will be shown a loading screen that says **Erasing Wallet Data**. Your wallet data has now been removed from your device.
99
99
100
-
### Exporting Your Account With Public And Private Keys
1. To export an existing account, click on the *drop-down arrow* right beside your wallet address. Your wallet address acts as your **public key**.
104
104
2. Click on the *key* icon to preview your account **private key**.
105
105
3. Save your public and private key in a secure location.
106
106
4. You can also download the key pair of your current account through the *download* icon beside your wallet address as a **JSON file**.
107
-
5. Store the JSON file in a secure manner. If you wish to recover your account on another wallet, you can do so by following the instructions under [Importing Your Account Using Public And Private Keys](#importing-your-account-using-public-and-private-keys), or import it with the JSON file under [Importing Your Account With A JSON file](#importing-your-account-with-a-json-file). You can view the information by opening the file with a text-based document such as Microsoft Word.
107
+
5. Store the JSON file in a secure manner. If you wish to recover your account on another wallet, you can do so by following the instructions under [Import Your Account From Public And Private Keys](#import-your-account-from-public-and-private-keys), or import it with the JSON file under [Import Your Account From a JSON file](#import-your-account-from-a-json-file). You can view the information by opening the file with a text-based document such as Microsoft Word.
108
108
109
-
### Importing Your Account Using Public And Private Keys
109
+
### Import Your Account From Public And Private Keys
1. To import an existing account, click on the *drop-down arrow* right beside your wallet address
113
113
2. Click the **IMPORT** button.
114
114
3. Enter your desired account name under the **Account Name**
115
115
4. Enter your public key in the **Public Key** field.
116
116
5. Enter your private key in the **Private Key** field.
117
-
6. If you are not sure where to find your public and private key, learn how to find them under [Exporting Your Account With Public And Private Keys](#exporting-your-account-with-public-and-private-keys).
117
+
6. If you are not sure where to find your public and private key, learn how to find them under [Export Your Account](#export-your-account).
1. To import an existing account, click on the *drop-down arrow* right beside your wallet address.
124
124
2. Click the **IMPORT** button
125
-
3. Click on **Import With File** and select the appropriate JSON file. Learn how to export your JSON file under [Exporting Your Account With Public & Private Keys](#exporting-your-account-with-public-and-private-keys).
125
+
3. Click on **Import With File** and select the appropriate JSON file. Learn how to export your JSON file under [Export Your Account](#export-your-account).
126
126
4. Once you are done, click on **IMPORT** and your account will be added to the wallet.
### Are my ParallelChain wallet and account the same thing?
149
149
150
-
No, your wallet and your account are not the same. Your account is registered on ParallelChain Mainnet, and your wallet extension helps connect you to your account. This means you are able to recover your account should you lose the device that your wallet extension is installed.
150
+
No, your wallet and your [account](../../fundamentals/accounts.md) are not the same. Your account is registered on ParallelChain Mainnet, and your wallet extension helps connect you to your account. This means you are able to recover your account should you lose the device that your wallet extension is installed.
151
151
152
152
---
153
153
154
154
### What kind of digital assets can I store in my Xperience account?
155
155
156
-
Currently, it can store XPLL. In the near future, you will be able to store other ParallelChain-based cryptocurrencies and non-fungible tokens (NFTs).
156
+
Currently, it can store [XPLL](../../introduction.md#what-is-xpll). In the near future, you will be able to store other ParallelChain-based cryptocurrencies and non-fungible tokens (NFTs).
157
157
158
158
---
159
159
160
160
### Can I send XPLL tokens to other blockchains like Ethereum?
161
161
162
-
No, you cannot send XPLL tokens to other blockchains at the moment. XPLL and other PRFC tokens currently only exist on ParallelChain Mainnet network, and sending your tokens to other network addresses will cause you to lose your tokens.
163
-
Ethereum Virtual Machine (EVM) compatibility is targeted to come with the Lamport epoch as part of the [development roadmap](https://parallelchain.io/roadmap).
162
+
No, you cannot send XPLL tokens to other blockchains at the moment. XPLL and other [PRFC](../../for_developers/smart_contracts/prfc.md) tokens currently only exist on ParallelChain Mainnet network, and sending your tokens to other network addresses will cause you to lose your tokens.
Copy file name to clipboardExpand all lines: docs/for_users/web_wallet/lockup_contract.md
+11-33Lines changed: 11 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,27 +12,24 @@ Your XPLL allocation might be subject to a vesting schedule that determines how
12
12
13
13
Follow the steps below to register your Lock-up Contract to your ParallelChain wallet account. You can also watch the video tutorial [here](https://www.youtube.com/watch?v=ZxojrGycSmQ).
14
14
15
-
## Registering Your Lock-Up Contract
16
-
17
-
18
-
### Step 1: Check Your Email For Your Lock-up Contract Address
19
-
Copy your Lock-up Contract address in the email
20
15
21
-
22
-
### Step 2: Access Your Xperience Explorer Account
1. Access the [ParallelChain Explorer](https://explorer.parallelchain.io), or click on the **EXPLORER** button on the [ParallelChain homepage](https://parallelchain.io/).
26
-
2. To log in, click on the *round* icon on the top right hand corner of the explorer page and enter your password.
21
+
2. To log in, click on the round icon on the top right hand corner of the explorer page and enter your password.
27
22
3. Press the **LOGIN** button.
23
+
4. If you do not remember your password, you can choose to log in with your recovery key. Once you have access to your account, you should set a new password through your wallet settings.
24
+
5. Once you are verified, you can access your wallet account.
28
25
29
-
!!! note
30
-
If you do not remember your password, you can choose to log in with your recovery key. Once you have access to your account, you should set a new password through your wallet settings.
26
+
## Registering Your Lock-Up Contract
31
27
32
-
4. Once you are verified, you can access your wallet account.
28
+
### Step 1: Get Your Lock-Up Contract Address
29
+
1. Your lock-up contract address would have been sent to you **via email**. Check your email and copy your lock-up contract address.
1. Click the *pink icon* located on the right side of the **STAKE** button.
@@ -54,26 +51,7 @@ Watch the video tutorial to register your locked-up contract [here](https://yout
54
51
55
52
## Claiming Your Vested Tokens
56
53
57
-
58
-
### Step 1: Log Into Your ParallelChain Wallet Account
59
-
60
-
61
-
1. Access the [ParallelChain Explorer](https://explorer.parallelchain.io), or click on the **EXPLORER** button on the [ParallelChain homepage](https://parallelchain.io/).
62
-
63
-
2. To log in, click on the *round* icon on the top right hand corner of the webpage and enter your password.
64
-
65
-
66
-
3. Press the **LOGIN** button.
67
-
68
-
69
-
!!! Note
70
-
If you do not remember your password, you can choose to log in with your recovery key. Once you have access to your account, you should set a new password through your wallet settings.
71
-
72
-
73
-
4. Once you are verified, you can access your wallet account.
0 commit comments