Japanese version: /ja/doc/contracts/solidity-vyper-compatibility.html
Solidity/Vyper Compatibility
TL;DR
- As core EVM execution path, you can use
eth_call/eth_estimateGas/eth_sendRawTransaction. - For compatibility details, treat Gateway implementation and compatibility matrix as source of truth.
Main Methods Available
eth_calleth_estimateGaseth_sendRawTransaction
References
tools/rpc-gateway/README.mdcrates/evm-core/src/tx_decode.rs