Replies: 2 comments 2 replies
-
Honestly I used etherscan to get the byte code and abi it worked pretty well... Then pushed the byte code on myetherwallet |
Beta Was this translation helpful? Give feedback.
1 reply
-
@mat774 Remix remote compiling has been up for a week or so again, have at it! :-) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello fellow friends of Vyper,
Not long ago, I was using remix to compile and test my smart contracs written in Vyper. I used the Vyper plugin (compiler), but recently it's not compiling my contracts anymore.
Even a very simple contract is not compiling (using the remote compiler).
Simple test contract
On the other hand, locally I'm able to compile every contract (so there is no error in the code).
Does anybody know, why the remote compiler for vyper is not working in Remix?
However, for anybody who still wants to use Remix at the moment, you can easily connect to your local compiler.
Use the command vyper-serve to run the compiler and open port 8000 on you local mashine for incoming code.
And then tell Remix to use your local compiler.
I was searching the net for a solution and didn't found one, so I thought maybe another Vyper beginner such as me is looking for a workaround.
Greetings,
Matt
Beta Was this translation helpful? Give feedback.
All reactions