dapptools
dapptools copied to clipboard
Is it possible to deploy a bin file directly and easily with dapptools?
Hi, I'm BM, a very nice and polite guy. Extremely bored with the Ethereum elite's policy of making it as difficult as possible to compile and deploy to the EVM. Compile with GCC: GCC -o infile.c outfile.c Compile and deploy with Ethereum: Dedicate your whole life to following online manuals, updating software, following deliberately broken links on Ethereum website and so on.
Anyway, so is it possible to deploy a bin file directly and easily with dapptools? Looking for something like:
seth deploy file.bin -privatekey
And that's it. The way it should be.