Description:
Add @creit.tech/stellar-wallets-kit and @stellar/stellar-sdk to apps/web/package.json. Verify the versions are compatible with each other and with the existing TanStack + Vite 7 setup. Add @stellar/freighter-api as a direct fallback dependency.
Acceptance criteria:
bun install completes without peer dependency conflicts
import { StellarWalletsKit } from "@creit.tech/stellar-wallets-kit" resolves in TypeScript
- Bundle size impact documented in PR description (rough estimate)
Description:
Add
@creit.tech/stellar-wallets-kitand@stellar/stellar-sdktoapps/web/package.json. Verify the versions are compatible with each other and with the existing TanStack + Vite 7 setup. Add@stellar/freighter-apias a direct fallback dependency.Acceptance criteria:
bun installcompletes without peer dependency conflictsimport { StellarWalletsKit } from "@creit.tech/stellar-wallets-kit"resolves in TypeScript