openlawteam / tribute-contracts

A new modular DAO framework, inspired by the Moloch smart contracts
https://tributedao.com
MIT License
297 stars 110 forks source link

Generate a random account for deployments when the WALLET_MNEMONIC is not defined #506

Open fforbeck opened 2 years ago

fforbeck commented 2 years ago

In order to simplify the deployment setup it would be nice to generate a random account, save it to a config file and use that to sign the transactions. The user will just need to fund the new account with some ETH before the deployment starts. This way the user don't need to set the WALLET_MNEMONIC.