ChainSafe / chainbridge-celo

GNU Lesser General Public License v3.0
3 stars 2 forks source link

Add encrypted jsonwallet as sender to CLI CMD module #100

Open P1sar opened 3 years ago

P1sar commented 3 years ago

User should be able to provide encrypted private key in JSON format as transaction sender source for CMD CLI module

Implementation details

JavaScript implementation should be found at https://github.com/ChainSafe/chainbridge-deploy/blob/339ecadb2c74a7d1535cda5a8a4ad65a7b4e35fc/cb-sol-cli/cmd/utils.js#L16 Add corresponding flags, docs and code

Testing details

add cli tests with json wallet

Acceptance Criteria

all tests are pass