Truffle – How to Get More Than 10 Accounts in Truffle Develop

truffletruffle-develop

How do we get more than 10 accounts in the truffle develop blockchain ?
If someone has an idea about the question in the title, would be of help to many people out there for testing.
Thanks a lot.

Best Answer

As per the documentation for Truffle Develop:

Note: The mnemonic and addresses cannot be changed. If you want to use a different mnemonic or set of addresses, we recommend using Ganache.

If you're using Ganache, you can change the number of addresses using the "Total accounts to generate" option under the "Accounts and Keys" settings.

Related Topic