The package we're currently using for managing the user's keypair is the @stellar/wallet-sdk package, which has now been deprecated.
The recommended replacement is the @stellar/typescript-wallet-sdk-km package. My understanding is that it's meant to be quite similar if not identical to the previous one, though adapting to it might take some work.
The package we're currently using for managing the user's keypair is the
@stellar/wallet-sdkpackage, which has now been deprecated.The recommended replacement is the
@stellar/typescript-wallet-sdk-kmpackage. My understanding is that it's meant to be quite similar if not identical to the previous one, though adapting to it might take some work.