aleph-im / aleph-sdk-ts

A TypeScript SDK to interact with the Aleph I.M. network.
https://aleph-im.github.io/aleph-sdk-ts/
MIT License
11 stars 9 forks source link

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

Closed BjrInt closed 6 months ago

BjrInt commented 1 year ago

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 :

Additional references

Related to #147