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
This project compares the efficiency of Vyper compared to Solidity while calling into a Solidity contract, Greeter.sol. The findings show that Vyper is still more efficient while calling into a Solidity contract.
npm i
npx hardhat test
About
Vyper vs Solidity efficiency while calling into Solidity contract