gnosis / run-with-testrpc

Runs commands with TestRPC in the background
GNU General Public License v3.0
5 stars 9 forks source link

Update to use Ganache CLI #5

Closed cag closed 6 years ago

cag commented 6 years ago

Since that is the canonical server thing and all. I still have to figure out how to get it to work via code only, but the solution to that might actually be along the lines of "don't use this package and initialize your testing framework with the Ganache provider."

OTOH, there is some scaffolding work that is not exposed like param line parsing and account initialization and stuff so feel free to use this still if you're lazy like me.