keep-starknet-strange / starknet-phone

Mobile OS built for Starknet
https://docs.starknetphone.xyz
MIT License
22 stars 28 forks source link

wallet implementation rust library #36

Closed trbutler4 closed 2 months ago

trbutler4 commented 2 months ago

The wallet application will be an interface written in kotlin/java, and the actual wallet implementation behind the scenes will be done with rust. The rust library can be developed first, and then we will connect the rust code to the kotlin/java UI (this will be a new issue).

Gerson2102 commented 2 months ago

Hey @trbutler4, can i work on this one? I have contributed to Rust projects before.

onlydustapp[bot] commented 2 months ago

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

trbutler4 commented 2 months ago

Hey @trbutler4, can i work on this one? I have contributed to Rust projects before.

Assigned! I created a starter rust project in wallet_app/snphone-wallet for you to use. I think using starknet-rs is the way to go. Let me know if you have any question or want to sync on the implementation.

Gerson2102 commented 2 months ago

Got it! Thank you so much!