Skip to content

Instantly share code, notes, and snippets.

@dmulvi
Last active February 12, 2024 14:09
Show Gist options
  • Save dmulvi/e071451dee4b9e2ff5398de5c131c78d to your computer and use it in GitHub Desktop.
Save dmulvi/e071451dee4b9e2ff5398de5c131c78d to your computer and use it in GitHub Desktop.
Example of Crossmint embedded NFT checkout code
import { CrossmintPaymentElement } from "@crossmint/client-sdk-react-ui";
<CrossmintPaymentElement
projectId="YOUR_PROJECT_ID"
collectionId="YOUR_COLLECTION_ID"
environment="staging"
mintConfig={{
type: "erc-721",
totalPrice: "0.001",
quantity: "1",
}}
/>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment