ethdeploy icon indicating copy to clipboard operation
ethdeploy copied to clipboard

A complex deployment facility for Ethereum smart-contract development.

Results 3 ethdeploy issues
Sort by recently updated
recently updated
newest added

@SilentCicero, love the ethdeploy project! I ran into an issue porting an existing project over to ethdeploy from truffle. I had some import paths in my .sol files referencing `zeppelin-solidity/contracts/...`...

I think from a marketing perspective it would really be advantageous if you provided some basic example projects using Truffle / Embark with possibly meteor or react as front-end.

`ethdeploy` should warn deployers about gas usage that is too high (i.e. above the current gas block limit). ## Expected Behavior Should provide warnings about gas selection and current block...

enhancement
help wanted