Skip to content

dapp skill uses legacy Stellar Wallets Kit package scope and v1 API #56

Description

@kalepail

Finding

The official dapp skill recommends the legacy dotted npm scope @creit.tech/stellar-wallets-kit and demonstrates the v1 constructor plus allowAllModules() API. Current Wallets Kit v2 guidance prefers the JSR scope @creit-tech/stellar-wallets-kit and static StellarWalletsKit.init(...) with configured or default modules.

An agent that correctly selects the official Stellar dapp skill can therefore still generate legacy installation and integration code.

Evidence

Recommendation

Update the dapp skill to prefer the v2 JSR package and static-init API. Explain defaultModules() versus explicitly configured optional modules and their prerequisites, add a dated migration note for v1 users, and add a source check or compile test for the embedded snippet so dependency drift is caught before release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions