Closed fredrbl closed 6 years ago
Do you need the RPC functionality or are you able to interact with the tester directly from python?
If it's the latter, I'd suggest taking a look at eth-tester
Otherwise you'll need to wait a bit or submit a pull request with this functionality yourself. This library is no longer being maintained as it's being replaced by the eth-tester
library linked above.
aaaah perfect Piper, eth-tester covers my needs:) Thanks!
I am using testrpc-py for research purposes, and in that regard it would be perfect to add more accounts. In the js testrpc this is simply done by initialise testrpc --accounts "number" However, I have not found a simple manner of increasing the amount for testrpc-py. Is there a command for this, or could I implement it another way?