Smart contract languages other than solidity

How big an effort would it be to modify fhEVM to work with smart contract languages other than solidity? Is that something you would recommend, or not, for someone to try and do?

1 Like

Hello!
Technically, it’s doable. For instance, it could be adapted to WASM-based smart contracts. We are currently rewriting parts of fhEVM, specifically separating the execution layer from the EVM integration. This new architecture will simplify the process if we decide to adapt the solution to a different VM.