Skip to content
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

SDK: Streamline interfaces #1202

Open
AlexNi245 opened this issue Nov 12, 2024 · 0 comments
Open

SDK: Streamline interfaces #1202

AlexNi245 opened this issue Nov 12, 2024 · 0 comments
Labels

Comments

@AlexNi245
Copy link
Collaborator

The goal of the SDK is to make its inner workings adjustable. Therefore Key features have to be abstracted behind interfaces so 3rd party developers are able to provide their own implementation.

Please place the following application features behind an interface. This items have been defined in advanced but are not meant to be a completed list. Dependencies that are occurring during development should also be abstracted away

  • StorageApi (already done via lib/storage)
  • Web3Provider -> abstract the logic of the internal Ethereum mainnet provider (useMainnetProvider at the FE). With a high degree of certainty only the providers.resolveName and providers.getResolver()
  • Authentication. This is the biggest task since it covers the entire profile creation and publishing flow.
@AlexNi245 AlexNi245 added the SDK label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant