crossmint-sdk
crossmint-sdk copied to clipboard
Crossmint SDK for client and server integrations
For example, in `packages/ui/react-ui/__tests__/CrossmintPayButton.spec.tsx`, it would be great if we could find a way to test the url that we are opening in a cleaner way.
Have a special clientId that when set, it opens a demo devnet drop where you can test the experience, and it uses stripe demo keys. That way folks can try...
We shouldn't make a network request / allow the button to work if the client ID is malformed We should show a warning in the console if it's not properly...
We're changing the API significantly with #28 , and may break devs who upgrade and suddenly nothing compiles I was thinking we can do: 1/ Write a migration guide 2/...
We are coming from here https://github.com/CrossMint/crossmint-client-sdk/pull/28#discussion_r810521805 Let's think a bit more in detail how do we want our Button's api to look like
* For Candy Machine: it's the candy machine address / id * For auctions? * For ETH? * ...
## Description This contains the changes for adding the smart wallet state within the useAuth hook from auth core by creating a wrapper provider and extending functionality of auth core....
## Description This PR 100% depends on `jonathan/client-sdk-react-ui-auth-provider` and contains the changes to use the new hook and auth provider. This PR also contains various UI tweaks to correspond to...