Lesson 5: brownie command-line results in nothing #1102
-
|
Hi guys, when I run brownie accounts new good-account and brownie test result in nothing, but brownie accounts generate good-account actually works. I'm so confused now. Could anyone help me with this? I'm using Windows10. Thanks very much in advance!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hello @Guanxinyuan Please refer to these links in order to find more info about brownie accounts: https://eth-brownie.readthedocs.io/en/stable/account-management.html |
Beta Was this translation helpful? Give feedback.


Hello @Guanxinyuan
newis for importing an account using a private key.generateis to create a new a account for ganache itself.Please refer to these links in order to find more info about brownie accounts:
https://eth-brownie.readthedocs.io/en/stable/account-management.html
https://eth-brownie.readthedocs.io/en/stable/core-accounts.html