astraly-labs / hyperlane_starknet

Starknet implementation of the Hyperlane protocol.
MIT License
26 stars 17 forks source link

dev: starknet hook #17

Open EvolveArt opened 3 months ago

EvolveArt commented 3 months ago

similar to https://docs.hyperlane.xyz/docs/reference/hooks/op-stack

bitfalt commented 3 months ago

Hi! My name is Daniel and this is my first ODHack. I would love to contribute to the project. I've recently finished the Starklings tutorial and done a few quests on NodeGuardians.

I would tackle the issue in the following way:

Read the documentation provided in the issue, to understand what is required. Research about how to implement something similar using Starknet. Once I have all the theory researched and well understood, start implementing my solution

I would ask for feedback once the implementation is done or ask questions if I don't understand something completely.

Appreciate the opportunity to contribute in such an amazing project!

ktarun1419 commented 2 months ago

Hi i want to work on this @EvolveArt

aji70 commented 2 months ago

it would love to take this

MariangelaNM commented 2 months ago

Hi! My name is Mariangela, and I'm excited to participate in this project. Here’s how I plan to approach the issue:

  1. Research: Investigate how the OP Stack Hook works and implement similar solutions using Starknet, ensuring I have a solid theoretical foundation.

  2. Implementation:

    • Implementation Idea: When a message is sent from one layer (L1) to another (L2), it starts by recording its ID and some ETH. A specialized system (rollup node) detects this and activates a function to verify the message and link it to the original sender. The message is then carried without extra details until the receiving system (Optimism node) processes and confirms it.
    • Start implementing the solution once I have a clear understanding of the theory and requirements.
  3. Seek Feedback: Throughout the implementation process, I will ask questions if I encounter any uncertainties and request feedback once my implementation is complete.

I appreciate the opportunity to contribute to such an amazing project!

jcampos2907 commented 2 hours ago

I am applying to this issue via OnlyDust platform.

My background and how it can be leveraged

Ive been leaning rust for the past year and looking to get a good first issue