/greeter-tests

Vyper vs Solidity efficiency while calling into Solidity contract

Primary LanguageJavaScript

Calling into Greeter.sol with Vyper vs Solidity

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