You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current all the connectors are under the fuel-wallet/sdk with the new work of the migration of the main interface of the connector, to the fuels packages. refs FuelLabs/fuels-wallet#1086FuelLabs/fuels-wallet#1093 we need to migrate the connectors to a single repo allowing the community to add new connectors and allowing developers to have a unified experience to install and use the connectors.
For this work we should;
Copy all the connectors and split the common logic and the specific implementations into separated packages
Copy all the CI and infra for developing packing and release this pacakges.
Write a markdown documentation for documenting how the project works, how to use the connectors. No need for playable examples at this time.
Release a single package called @fuels/connectors that imports all other packages and also exposes all the connectors via path. @fuels/connectors/FuelWallet
Current all the connectors are under the
fuel-wallet/sdk
with the new work of the migration of the main interface of the connector, to the fuels packages. refs FuelLabs/fuels-wallet#1086 FuelLabs/fuels-wallet#1093 we need to migrate the connectors to a single repo allowing the community to add new connectors and allowing developers to have a unified experience to install and use the connectors.For this work we should;
@fuels/connectors
that imports all other packages and also exposes all the connectors via path.@fuels/connectors/FuelWallet
new repo: https://github.com/FuelLabs/fuel-connectors
The text was updated successfully, but these errors were encountered: