website logo
Join the CommunityContact Us
Navigate through spaces
Main
⌘K
Palm Network Developer Portal
The Palm Network
Submit an Article
Network Details
Validators
Get Started
Get PALM Tokens
Gas Fees
Connect to Palm network
Run a Transaction Node
How To Tutorials
MetaMask Wallet Setup
Deploy NFT Contracts
Verifying NFT Contracts
Mint NFTs with Hardhat
Bridge
Use the Bridge
Integrate With the Bridge
Bridge Component Addresses
Deprecated
Use Supported Tools
Block Explorer
Moralis
The Graph
Covalent API
Docs powered by archbee 
12min

Mint NFTs Tutorial

🏁 Prerequisites

  • Testnet
  • Mainnet

When you are granted access to the network:

1. Clone the repo

Shell
|


2. Install Node Package Manager

Shell
|


3. Add a .env file with the following variables

.env
|


4. Deploy contract to Palm Testnet

Shell
|


5. Add the newly deployed contract address to the .env variable

.env
|


6. Bulk Mint NFT on Palm testnet

This will mint 15 items to various addresses on Palm testnet

Shell
|


7. Query Contract Data

To query data on your newly deployed ERC-721 contract use GraphiQL

Document image




8. Explore a subgraph’s schema

Document image




Updated 22 Feb 2023
Did this page help you?
Yes
No
UP NEXT
Example Queries
Docs powered by archbee 
TABLE OF CONTENTS
🏁 Prerequisites
1. Clone the repo
2. Install Node Package Manager
3. Add a .env file with the following variables
4. Deploy contract to Palm Testnet
5. Add the newly deployed contract address to the .env variable
6. Bulk Mint NFT on Palm testnet
7. Query Contract Data
8. Explore a subgraph’s schema