-
Notifications
You must be signed in to change notification settings - Fork 0
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
High-level overview of current 'wallet2' functionality #12
Comments
Commented:
|
Went through this again, this time separating the existing functionality based on how I see it being modularized.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I went through the code of
wallet2
and made the following high-level overview of all the functionality that is implemented there, in over 14,000 lines of code. The idea was to start somehow with getting an overview what we have to implement, because sooner or later we will have to decide on the "modules" of the Seraphis wallet, how they will interact, and in which order we will best implement those modules, and that starts with the total of the functionality to implement, IMO.It's not yet very systematic; so far I put emphasis on completeness and not yet in a good hierarchical ordering / structuring.
And I also dump this here early to get feedback from my fellow team members :)
The text was updated successfully, but these errors were encountered: