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
This is an implementation ticket. The actual implementation may vary as we start working on it.
Please check #5 first for any updates in interface and params.
The worker addresses will perform the actual transaction, so they must be unlocked before.
This function will perform the following.
Get the encrypted_account from Config for the given address.
Read the password from the env variable.
Decrypt the account.
Add it to web3 account wallet.
The password should be available in the environment variable. The key will be in the format MOSAIC_ADDRESS_PASSW_<address>. This is a proposal, the implementer can improvise.
The text was updated successfully, but these errors were encountered:
deepesh-kn
changed the title
Worker: Unlock worker address.
Facilitator: Unlock worker address.
Jun 4, 2019
This is an implementation ticket. The actual implementation may vary as we start working on it.
Please check #5 first for any updates in interface and params.
The worker addresses will perform the actual transaction, so they must be unlocked before.
This function will perform the following.
encrypted_account
from Config for the given address.The password should be available in the environment variable. The key will be in the format
MOSAIC_ADDRESS_PASSW_<address>
. This is a proposal, the implementer can improvise.The text was updated successfully, but these errors were encountered: