You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: