lfglabs-dev / api.starknet.id

StarknetID API written in Rust.
2 stars 1 forks source link

Implement WatchTower #104

Open Marchand-Nicolas opened 5 days ago

Marchand-Nicolas commented 5 days ago

Description 📹

Implement WatchTower as described in the repository api.starknet.quest.
This involves setting up WatchTower for monitoring and handling operations as described in the linked repository's implementation.

Proposed Actions 🛠️

Here’s a checklist of actions to follow for resolving this issue:

  1. Fork and Create Branch:
    Fork the repository and create a new branch using the issue number:

    git checkout -b fix-[issue-number]
  2. Implement Changes:

    • [ ] Review the api.starknet.quest implementation for the WatchTower setup.
    • [ ] Implement similar functionality tailored to the current repository's structure and requirements.
    • [ ] Ensure necessary dependencies are added and documented.
  3. Run Tests and Commit Changes:
    Make sure your changes don't break existing functionality and commit with a clear message:

    git commit -m "Fix: Implement WatchTower functionality as per api.starknet.quest"

Required 📋

To keep our workflow smooth, please make sure you follow these guidelines:

Thank you for your contribution 🙏

⚠️ WARNING: Failure to follow the requirements above may result in being added to the OnlyDust blacklist, affecting your ability to receive future rewards.

0xdevcollins commented 13 hours ago

Can I try solving this issue?

mimisavage commented 12 hours ago

May I take care of this?

hoank101 commented 10 hours ago

i can handler this

htiennv commented 10 hours ago

Hi @Marchand-Nicolas, i would like to take this issue. I have many years for contribute to Rust open source projects. Thanks!

TropicalDog17 commented 10 hours ago

Could I try solving this? I have experience in various open source Rust projects

suhas-sensei commented 9 hours ago

Can I start working on this? i have experience in rust and have worked with the repo previously. draft pr in 24 hrs

TropicalDog17 commented 5 hours ago

Thanks for the assignment, I will try to put up a draft PR early next week @Marchand-Nicolas