oasislabs / oasis-chain

🔗An Oasis Eth/WASI runtime simulator for local testing
GNU General Public License v3.0
6 stars 5 forks source link

Allow having more than 10 accounts #60

Open mitar opened 4 years ago

mitar commented 4 years ago

What is the problem that you're trying to solve?

When running some simulations on Oasis using local chain it turned out that we cannot have more than 10 accounts made without modifying the code.

Describe the solution you'd like

It should be a command line argument how many accounts to create.