brownie icon indicating copy to clipboard operation
brownie copied to clipboard

Support ganache-cli --secure flag

Open EricHuang0525 opened this issue 2 years ago • 0 comments

Overview

Add support for the --secure flag in ganache. It unlocks default accounts without private keys in the development network. I want to use a default account in accounts to sign a message.

Specification

  • Within the cmd_settings config, include "secure".
  • If the "unlock" flag also supports unlocking accounts by their index, not only unlock by the account address, it will more helpful.

Reference

Ganache CLI - secure

EricHuang0525 avatar Jun 29 '22 05:06 EricHuang0525