Summary
function names do not have the same conventions as other files. e.g create_contract.py instead of create_contract_function.py
Why is this needed?
Keep consistency across other runtimes and to make it easy to discern functions from helper files.
Solution
Rename files to match other runtimes
Summary
function names do not have the same conventions as other files. e.g
create_contract.pyinstead ofcreate_contract_function.pyWhy is this needed?
Keep consistency across other runtimes and to make it easy to discern functions from helper files.
Solution
Rename files to match other runtimes