Skip to content

harshjv/docker-testrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dockerized testrpc

Details

  • Node.js (8.x)
  • testrpc (latest)

Pull image

docker pull harshjv/testrpc

Usage

Start testrpc daemon;

docker run -d -p 8545:8545 testrpc

Or provide command-line options;

docker run -d -p 8545:8545 testrpc --gasPrice 0

See testrpc for available options.

License

MIT

About

Docker image for testrpc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors