keep-starknet-strange / zkramp

MIT License
19 stars 22 forks source link

[CONTRACT] setup liquidity share request without proof verification #67

Open 0xChqrles opened 6 days ago

0xChqrles commented 6 days ago

Complete this issue according to this article: How to manage liquidity in a P2P ramping app


Please add integration tests

mubarak23 commented 6 days ago

@0xChqrles Am available to work on this , kindly assign

onlydustapp[bot] commented 6 days ago

Hey @mubarak23! Thanks for showing interest. We've created an application for you to contribute to Zkramp. Go check it out on OnlyDust!

onlydustapp[bot] commented 6 days ago

Hey @stevencartavia! Thanks for showing interest. We've created an application for you to contribute to Zkramp. Go check it out on OnlyDust!

mubarak23 commented 6 days ago

@0xChqrles am available for this one

manlikeHB commented 6 days ago

Hi @0xChqrles, I have read through the attach article and with a little bit research on my part, I can implement this.

onlydustapp[bot] commented 6 days ago

Hey @manlikeHB! Thanks for showing interest. We've created an application for you to contribute to Zkramp. Go check it out on OnlyDust!

ikemHood commented 6 days ago

Hello @0xChqrles , I would like to work on this issue,

here is how i would handle it...

  1. I will define a Storage struct LiquidityPosition to store liquidity positions` and a counter for position IDs.
  2. I will create LiquidityAdded and WithdrawalInitiated events to emit when these actions occur.
  3. Implement a add_liquidity function
  4. Implement the initiate_liquidity_withdrawal function
  5. perform unit tests

ETA: 72hrs

onlydustapp[bot] commented 6 days ago

Hey @ikemHood! Thanks for showing interest. We've created an application for you to contribute to Zkramp. Go check it out on OnlyDust!

0xChqrles commented 6 days ago

Hey @ikemHood I assigned it to you. Join the project's Telegram group if you haven't already, and feel free to ask any questions. Also, you'll need to wait for issue #65 and #66 to be merged before you can start on this one.