June 2018
Beginner to intermediate
170 pages
3h 46m
English
If you already have Ropsten accounts in Geth, you can simply import them to Parity. Quit the process running Parity, and run the following command:
parity --import-geth-keys --chain ropsten
Once again, we specify --chain ropsten to ensure that we are importing Geth keys from Ropsten.
If you don't have Ropsten accounts in geth, you can simply create a new Ropsten account for Parity under the Parity UI.
You can do this by executing the following command first:
parity --chain ropsten ui
This should open a new tab in your browser that looks something like this:

To create a new account, click on the Accounts ...
Read now
Unlock full access