docker-eth-dev icon indicating copy to clipboard operation
docker-eth-dev copied to clipboard

Hacking together a containerized environment for Ethereum development with Truffle using Parity

Results 7 docker-eth-dev issues
Sort by recently updated
recently updated
newest added

I tried running the code, but got this error : ``` Successfully tagged containers_testrpc:latest WARNING: Image for service testrpc was built because it did not already exist. To rebuild this...

My environment is windows 7 with a vagrant (blinkreaction/boot2docker) box. When I try to run `source /bin/activate.sh` I get the error `-sh: /.../activate.sh: line 23: syntax error: unexpected redirection `

At least with version 2 of truffle it would use solc (C++) if it found it on the PATH and the compile was much faster this way then using solc-js....

The browser is rejecting calls to the testrpc server because the header "Access-Control-Allow-Origin: *" is getting stripped off somewhere down the line. Seems nginx is doing this. I worked around...

Here smart-contracts is a symlink to a project: ``` /dev/docker-eth-dev/dapps/smart-contracts$ truffle test ERROR: Cannot start service truffle: oci runtime error: container_linux.go:247: starting container process caused "chdir to cwd (\"/var/dapps/smart-contracts\") set...

This project might be taking a non-standard approach by doing a lot of extra bash nonsense. It might be worth stripping out some of this behavior to make the setup...

For 1-command installation, rather than `git clone` + a bunch of other steps