Skip to content

ethdbg/parity-testrpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerised Parity

Intended use is for running solidity unit tests, with e.g. Truffle. It starts a parity instance with 10 unlocked accounts on port 8945, in geth compatibility mode.

docker build -t paritytestrpc .
docker run -ti -p 8945:127.0.0.1:8945 paritytestrpc

About

Run parity in truffle compatible mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.7%
  • Dockerfile 40.3%