-
Notifications
You must be signed in to change notification settings - Fork 26
Mounting Wallet Files
Charlie Revett edited this page Jun 25, 2018
·
1 revision
This page describes how to mount a previously used wallet file within the neo-python container, so that it can be used again.
After cloning this repo locally, you need to add the wallet file(s) to the local directory called:
./wallets
After doing this, start the stack (see the Usage section of the wiki).
After doing so you will find your wallet file(s) mounted within the neo-python container, in the following directory:
./wallets
You can then use the wallet file(s) as desired.
If anything on this page is incorrect or does not work, then please raise a new Github issue!