Closed 0xChqrles closed 3 months ago
@0xChqrles I'll like to take this
I contributed also to the unruggable meme project, so this would be easy to pick up and implement.
Hey @raizo07! Thanks for showing interest. We've created an application for you to contribute to Zkramp. Go check it out on OnlyDust!
I am applying to this issue via OnlyDust platform.
Hi! My name is Lindsay, and I'm a Software Engineer based in Costa Rica. I'm part of Dojo Coding community, and thanks to that I've already successfully contributed to the last 4 ODHacks in various projects, feel free to check my profile and contributions. I've been working over the past 4.5 years as a full stack developer, specializing myself in frontend development with the most known/used FE frameworks such as React, Next, Vue, and Angular. All this experience plus some courses I've taken had helped me master both javascript and typescript languages. This year I started diving myself into the web3 world and I'm getting to know better the ecosystems and different languages.
unruggable
implementation to have a better idea of the required implementation.@lindsaymoralesb Thanks for your very detailed message ! I'll assign you to this issue, lmk if you have any questions.
@raizo07 For good first issues, I prioritize developers I don't know yet. But don't worry many other issues are coming in, stay tunned in the tg group
Thanks @0xChqrles I'm starting to work on it, will let you know if I have any doubts...
Hi @0xChqrles just wanted to ask you if there is a specific node version I should use to run the project? I tried with v20
and v18
and I'm getting an error regarding some incompatible dependencies. Specifically, react-scripts@5.0.1
has a peer dependency requirement for TypeScript versions ^3.2.1 || ^4
, but the project is using TypeScript 5.4.2
.
For my local env and to be able to run the project, what I did in the meantime was to downgrade the typescript version to "typescript": "^4.9.5"
, but I wanted to ask what is the correct version to avoid changing dependencies?
Also can you share the tg group?
Hi @lindsaymoralesb I'm using node v22
lmk if it doesn't fix your error.
You can find the tg group in the README :)
Hi! @0xChqrles I created a PR. It is almost ready for your review, but I have a couple of questions:
import { ArgentMobileConnector } from 'starknetkit/argentMobile'
import { WebWalletConnector } from 'starknetkit/webwallet'
to be able to include those two connectors in the modal. Is it ok if I use it just for that? The rest of the code is fully implemented without using StarknetKit.
It's perfect, thank you !
Crete a wallet connection button which opens a modal and let you decide between argent, argent mobile, argent web wallet, and braavos. Without using starknetKit
see unruggable implementation for example