ethdeploy
ethdeploy copied to clipboard
A complex deployment facility for Ethereum smart-contract development.
@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/...`...
Usage
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...