Skip to content

Commit

Permalink
Creating a new category under Tools called "NFT Minting" and updating…
Browse files Browse the repository at this point in the history
… 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
rohit-710 authored May 6, 2024
1 parent 9a6bdb1 commit 28d9d6b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/base-docs/docs/tools/cross-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Check out [Crossmint Docs](https://docs.crossmint.com/nft-checkout/introduction/
#### Supported Networks

- [Base Mainnet](https://www.crossmint.com/products/nft-checkout/?utm_source=backlinks&utm_medium=docs&utm_campaign=base)
- [Base Sepolia](https://www.crossmint.com/products/nft-checkout/?utm_source=backlinks&utm_medium=docs&utm_campaign=base)

---

Expand Down
36 changes: 36 additions & 0 deletions apps/base-docs/docs/tools/nft-minting.md
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.
---
1 change: 1 addition & 0 deletions apps/base-docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = {
'tools/cross-chain',
'tools/account-abstraction',
'tools/nft-checkout',
'tools/nft-minting',
'tools/onramps',
'tools/onboarding',
{
Expand Down

0 comments on commit 28d9d6b

Please sign in to comment.