A small feedback #83
vorcigernix
started this conversation in
Ideas
Replies: 2 comments
-
Hi, Adam I'm currently building a web3 wallet and I agree with you about the code. I was wondering have you managed to build a simple version of this wallet? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, sort of. Price for that is really horrible code full of hacks at
https://github.com/vorcigernix/burney
I actually abandoned the idea.
…On Wed, Mar 8, 2023, 11:41 PM Kemal Selçuk ***@***.***> wrote:
Hi, Adam I'm currently building a web3 wallet and I agree with you about
the code. I was wondering have you managed to build a simple version of
this wallet?
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABLZOE4YVFWXGB3Y6LDLQDW3EDIJANCNFSM6AAAAAASNB4NLI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to build a very similar thing to the react wallet v2. It is way more complicated than it should be. There are things I need to understand from a code logic perspective and that's fine. But I also battle some state management that I have never seen before with UI library that definitely cannot be described as widely used. A nitpick: with a SPA-like logic using modals where most people use routing and "pages" - which is super weird given your use of next.js.
I am sure there could be good reasons for all of those. What I am saying is that the sample code should be as simple as possible, not as well architected as possible.
Thanks for building this anyway, the code is actually way better place to understand how it works than a documentation. I appreciate your effort. If I succeed building some dumbed-down version I can share it with you in case there is more people like me.
Beta Was this translation helpful? Give feedback.
All reactions