pythonsoliditybrownie

How to create an account on Brownie


I am looking to create accounts on Brownie for deploying contracts but I am not sure how to do this. I have looked online how to do this and I havent found it.

I am running python 3.7 and have brownie installed and working as intended. I have also run brownie using a gnache cli. Any help would be great!


Solution

  • To create accounts on brownie use

    brownie accounts new account-name
    

    you can then add your private key as well as password encrypt.

    You can check to see if this account was made correctly using

    brownie accounts list