-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Bi-Directional Payment Channel #258
Comments
Could I be assigned to this? |
Hi, I have experience in various open source Rust projects. carbonable-labs/svgenerator#10 https://github.com/paradigmxyz/reth/commits/main/?author=TropicalDog17 https://github.com/foundry-rs/foundry/commits/master/?author=TropicalDog17 I also have some experience in Cairo, and Solidity: https://github.com/kfastov/worldcoin-bridge-linea/pulls?q=is%3Apr+author%3ATropicalDog17+is%3Aclosed |
Hi, I've worked on several Cairo tasks in these projects: Shinigami, Raito, ArtPeace and have experience with both Solidity and Cairo development. |
Hi, I am proficient Blockchain developer expert in Cairo , Rust and Solidity and also in web development. |
Can I try solving this issue? |
Can I start working on this? |
Hey! I'm Gerson. 👋Member of Dojo Coding. I have contributed before to other projects like:
Can I work on this issue? Check my OnlyDust profile, I've contributed to many projects: Profile Plan to Solve the Issue:
|
I will solve this issue by implementing a bi-directional payment channel on Starknet, next i will create a smart contract with functions for deposit, transfer, close, and settle. |
Hi, I would love to contribute to this issue. I have been learning Cairo for the past 3 months and been creating guides for Starknet contracts during my internship at Nethermind (already completed), including ERC-720 and ERC-20. I started to contribute to Open Source projects during this ODHack, this issue would be an amazing opportunity to start my path as open source contributor in the Starknet ecosystem. To solve this issue I would create an implementation of bi-directional payment channel and write integration tests using the resources you shared as the inspiration for it. |
Hello Julio I'd like to work on this. I have experience in Cairo contributing to Kakarot-ssj, and I am confident in tackling this issue. |
@Gerson2102 Did you made any progress on this? |
@julio4 hey Julio, I forgot to notify you on this, I'm sorry. I couldn't work on it because of other tasks that I was assigned during the Hackathon. And I asked a question on the Telegram group and no one replied. So when that happened I decided to move on to other tasks that I had to do in that moment. |
My bad, I missed it. If you still want to work on it, I'll be able to help you. Let me know |
Hi, I would love to attempt on this issue @julio4 |
Seems like a challenging issue, now I have time to work on it. So yeah, let me see what can I do. It would really helpful for me to start if you can answer that question in Telegram. Thanks mate. |
Description
A bi-directional payment channel implementation enable off-chain transactions between two parties (Alice and Bob). They allow both parties to exchange funds back and forth without creating on-chain transactions for each transfer.
Show an implementation of such channel on Starknet.
Criteria
Resources:
ODHack
To be eligible for additional rewards, be sure to review and follow the ODHack Common Guidelines and Contributing Guidelines.
Be sure to join the telegram group and introduce yourself.
The text was updated successfully, but these errors were encountered: