-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating a new category under Tools called "NFT Minting" and updating…
… the existing references of Crossmint (#471) * Create nft-minting category under tools Adding a docs page to reference Crossmint's NFT APIs to create NFT Collections, mint NFTs and airdrop NFTs on Base. * Update sidebars.js to add tools/nft-minting * Update cross-chain.md to mention Base Sepolia support for Crossmint * Update nft-minting docs page to add more context * Rename nft-minting to nft-minting.md
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: NFT Minting | ||
slug: /tools/nft-minting | ||
description: Documentation for NFT Minting for the Base network. | ||
keywords: | ||
[ | ||
mint NFTs, | ||
airdrop NFTs, | ||
create NFT Collections, | ||
Base, | ||
Base network, | ||
cryptocurrency, | ||
ETH on Base, | ||
Base NFT, | ||
Base NFT Collections, | ||
create NFTs on Base, | ||
Crossmint, | ||
NFT Minting API on Base, | ||
mint Base NFTs to email addresses, | ||
] | ||
--- | ||
|
||
# NFT Minting | ||
|
||
--- | ||
|
||
## Crossmint | ||
|
||
[Crossmint](https://crossmint.com/?utm_source=backlinks&utm_medium=docs&utm_campaign=base) is an enterprise-grade web3 development platform that lets you deploy smart contracts, create email wallets, enable credit-card and cross chain payments, and use APIs to create, distribute, sell, store, and edit NFTs. By abstracting away the core complexities of the Blockchain, Crossmint allows you to build NFT applications without requiring any blockchain experience or holding cryptocurrency, and making the blockchain invisible to end users. Crossmint enables you to provide a Web2 experience for your Web3 apps and onboard users. | ||
|
||
### NFT APIs | ||
|
||
[Crossmint](https://crossmint.com/?utm_source=backlinks&utm_medium=docs&utm_campaign=base) provides [APIs](https://docs.crossmint.com/minting/quickstart/?utm_source=backlinks&utm_medium=docs&utm_campaign=base) that allow you to create NFT Collections, mint NFTs and airdrop it to your users. Please read this [step-by-step guide](https://blog.crossmint.com/create-and-mint-nfts-on-base/?utm_source=backlinks&utm_medium=docs&utm_campaign=base) that teaches you how to create and mint NFTs on Base. | ||
|
||
You can also create NFT Collections and mint NFTs with no-code. First, proceed to [Crossmint's Console](https://www.crossmint.com/signin?callbackUrl=/console/overview/?utm_source=backlinks&utm_medium=docs&utm_campaign=base) and create an account. Then, refer to this [guide](https://blog.crossmint.com/how-to-create-and-mint-nfts-with-no-code/?utm_source=backlinks&utm_medium=docs&utm_campaign=base) to learn how you can create NFT Collections and mint NFTs on the Base network with no-code using Crossmint. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters