Add vyper support #1264
Replies: 7 comments
-
this is harder than I expected |
Beta Was this translation helpful? Give feedback.
-
We are so back |
Beta Was this translation helpful? Give feedback.
-
z80 🐍 💯, [May 16, 2024 at 11:26:11 AM]: |
Beta Was this translation helpful? Give feedback.
-
That would be dope! The tevm bundler supports following bundlers:
The core bundler @tevm/bundler is not tightly coupled to any bundler and then reused to implement any specific build tool |
Beta Was this translation helpful? Give feedback.
-
Either way the MVP of vyper support I bet we could get done in an hour or 2 of work given what you built already |
Beta Was this translation helpful? Give feedback.
-
both, we call it bytecode_runtime |
Beta Was this translation helpful? Give feedback.
-
gonna tackle this tonight |
Beta Was this translation helpful? Give feedback.
-
Add support for viper. Solc works with viper so this should be a smallish lift.
What I think is needed:
[] Add viper extension support to the @evmts/ts-plugin
[] Add viper extension support to @evmts/bundler
[] Update solc compiler in @evmts/bundler if necessary
Beta Was this translation helpful? Give feedback.
All reactions