Skip to content

gnosis/run-with-testrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run-with-testrpc

Runs commands with TestRPC in the background. Install with:

npm i --save-dev run-with-testrpc

Basic usage example:

./node_modules/.bin/run-with-testrpc 'truffle test'

Note that the command is one shell argument.

You can run a TestRPC sc fork instance using 32 addresses with:

./node_modules/.bin/run-with-testrpc --testrpc-cmd testrpc-sc -a 32 'truffle migrate && truffle test'

About

Runs commands with TestRPC in the background

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published