Open julienbrs opened 5 days ago
I am applying to this issue via OnlyDust platform.
My background and how it can be leveraged:
software engineering background, backend & smart contract dev with contribution to similar tasks(https://app.onlydust.com/u/Josh-121) looking to make first contribution on this project. I have extensive experience in automation, python & bash/shell scripts
How I plan on tackling this issue I have a good understanding on this issue and would ensure meeting the stated requirements. I would also work on feedback & recommendation ensuring contact. Can deliver within a day upon assignment
Hi @Bosun-Josh121, I'm assigning you to this, please join TG to discuss about it if needed: https://t.me/carbonableOD please tag me if needed
Hi @Bosun-Josh121, I'm assigning you to this, please join TG to discuss about it if needed: https://t.me/carbonableOD please tag me if needed
Noted. Thanks for the opportunity
Description
Currently, the
.txt
files generated by the Rust code inmerkle_tree_rust/data/
need to be manually converted intomerkle_tree_cairo/tests/constants.cairo
for use in Cairo tests. This task aims to automate the process by creating a script that reads.txt
files and generates a properly formattedconstants.cairo
file.Acceptance Criteria
.txt
files in theoutput
directory and extracts. Use of decorator possibleconstants.cairo
file inmerkle_tree_cairo/tests
.README.md
, including how to run the script.Additional Context
merkle_tree_cairo/tests/constants.cairo
.