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

Break down the SDK into a scoped package namespace to allow optional dependencies #148

Closed
BjrInt opened this issue Jul 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BjrInt
Copy link
Member

BjrInt commented Jul 6, 2023

Feature description

As a user I would like to download specific part of the SDK according to my needs. Currently a user needs to download every chain and providers in order to use the SDK which is largely overkill for most usecases.

Splitting proposition :

  • Core Package (message definition + Base Account definition), ex: @aleph-sdk/core
  • Per-Blockchain account, ex: @aleph-sdk/eth-account
  • Additional providers ex: @aleph-sdk/ledger

Additional references

Related to #147

@BjrInt BjrInt added the enhancement New feature or request label Jul 6, 2023
@MHHukiewitz MHHukiewitz self-assigned this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants