- Node.js (8.x)
- testrpc (latest)
docker pull harshjv/testrpc
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.
MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
docker pull harshjv/testrpc
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.
MIT