crossmint-sdk icon indicating copy to clipboard operation
crossmint-sdk copied to clipboard

Crossmint SDK for client and server integrations

Results 105 crossmint-sdk issues
Sort by recently updated
recently updated
newest added

## Description Previous to this PR, we had some logging on AA but wasn't enough. We need to have a more detailed one where we can see and reproduce why...

## Description - Fix base Rpcs ## Test plan Created AA locally and made a full test

## Description Passkeys SDK without API design. ## Test plan Manual

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

## Description Add 'verifyMessage' function on EVMAAWallet ## Test plan `EVMAAWalletInstance.verifyMessage(message, signature)`

## Description Pass Verification : Given a signed locator, retrieve the credential and verify both the credential and the locator. Remove krebitdao verification library. ## Test plan

## Description - Allowing to retrieve a credential from an nft locator - Some utils like 'isEncryptedCrential'. - Necessary minimal refactor ## Test plan Unit test

## Description boilerplate for authkit core and react packages ## Test plan ci

## Description This PR adds support for ja-JP locale and JPY currency. Also adds i18n for this language. ## Test plan Tested here https://github.com/Paella-Labs/crossbit-main/pull/11182

Adds an example on how implement embedded checkout using a direct metamask connection ``` signAndSendTransaction: async (transaction: Transaction) => { if (!window.ethereum) { throw new Error("No ethereum provider"); } return...