You can follow the following procedure if you are working on the same computer where you generated the wallet account.
Windows users:
1. From CMD, PowerShell or your preferred console, go to the route where the app webchaind is located.
2. If webchain.exe is located in the the following directory
>
C:\Users\UserName\Download\Webchaind
3. Then, to go to that folder, run the command:
>
cd C:\Users\UserName\Download\Webchaind
Step 3 will lead you to the directory where your webchaind.exe file is located
Once you are in the directory where your webchaind.exe file is located, you can enter all the commands that webchaind.exe can execute
4. Execute the following command, which will show you the wallet address(es) created and stored in that directory:
>
webchaind.exe account list
Linux users:
1. From Linux shell go to the folder where you decompressed webchaind by running the command "cd".
2. Let’s say you stored webchain in the directory
>
/opt/webchaind/
3. Type the following command
>
cd /opt/webchaind/
and press enter.
Step 3 will lead you to the directory where webchaind is located
Once you are in the directory where webchaind is located, you can enter all the commands that webchaind can execute
4. Execute the following command, which will show you the wallet address(es) created and stored in that directory:
>
./webchaind account list