Nenad

Results 15 comments of Nenad

Just a small correction for the "get started" code (see https://github.com/cairo-book/cairo-book/issues/421#issuecomment-2093305126) - `pixels.entry` should be called with `index` for the function to work correctly: ```rust fn append_value(ref pixels: Felt252Dict, index:...

@enitrat that would be awesome!

@enitrat would that mean that we should then remove the unimplemented sub-section 11.2? ![image](https://github.com/cairo-book/cairo-book/assets/19427053/f0102c9f-474c-4f9f-b794-f227193247c9)

Also the [corresponding function](https://github.com/exercism/problem-specifications/blob/main/exercises/protein-translation/canonical-data.json#L11) should be renamed from `proteins` to `polypeptide`. Even `aminoAcids` would be more correct.

Converting to draft: fixing the fee refund logic

> Converting to draft: fixing the fee refund logic In the end simplified the contract logic to make the example focus more on the _randomness generation_ part.

@raizo07 need any help with this?

I'd be interested to work on this

I have some spare time, and wanted to dive a bit deeper into Cairo VMs, would be interested in working on this