Closed okhaimie-dev closed 10 months ago
Name | Link |
---|---|
Latest commit | c90c723c9616f05c4f7f3d2f0eae279804f0b82e |
Latest deploy log | https://app.netlify.com/sites/starknet-react/deploys/659870807444f40008c9500d |
Deploy Preview | https://deploy-preview-380--starknet-react.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Sorry for taking so long to review. I run the demo:
tamagui
for the button and views? That way it's easy to set a consistent design.ToastAndroid
seems to break the web build. The web build is the most important one for now.setup.tsx
? We can use jotai to persist the key across sessionsSorry for taking so long to review. I run the demo:
- can you use
tamagui
for the button and views? That way it's easy to set a consistent design.- using
ToastAndroid
seems to break the web build. The web build is the most important one for now.- Can you generate the private/public key in
setup.tsx
? We can use jotai to persist the key across sessions
Alright, I will take note of this and revert. Will make a PR in a bit
Can you generate the private/public key in setup.tsx? We can use jotai to persist the key across sessions
The web build fails when I try to use starknet
as a dependency.
Here is a branch where I am working to implement the account generation feature with jotai
https://github.com/okhaimie-dev/starknet-react/tree/jotai
And I am still trying to wrap my head around how to effectively get the account generation feature work in general.
Aside, I fixed the other issues.
Looks good! Thank you
Changes