Found 30 repositories(showing 30)
oneandzeros-co
Mint nfts with JavaScript. During development we realized most of the minting tools and repositories were not exactly that great. So finally, One & Zeros present you a minting SDK that actually works. Happy Minting 🥳
cope-studio
The MintNFT SDK for implementing NFT minting functionality both in-game as well as via Unity Editor
nikola43
No description available
kirtilodha
No description available
umeraqeel786
No description available
This game is to merge swords together to force a ultimate weapons to grain points and watch ad to grain virtual money with mintNFT.
ThreePointFive
mintnft
charlion78
mintNFT
jkwongjk
Allowing for users to mintNFTs on Hedera
ELITE-ADMIN
No description available
snehit2k3
No description available
Arganta09
No description available
adamhowlett
web app for connecting wallet and minting nft's
LamApps
NFT Mint Solana
NamanBhatia-12345
No description available
GurpreetSingh2601
No description available
Nandan7Raj
No description available
Nawaz196
https://react-mintnft.netlify.app/
Hello-NFT-Hack-LandLord
No description available
anshbahl4
No description available
ph0ph0
No description available
common-repository
Mirror of WordPress.org plugin: mintnft
t1123425
This folder is for react mintNft project
yaoting10
the metaplex projects demo, such as mintNFT , createCollection, fetchAssets...
anshu-jangra-01
Create an array to store all NFTs. Then create a function named mintNFT having parameters name, uniqueness, description and authenticity. Create a function getTotalSupply to return the length of NFTs.
Shaurya2803
I created `NFT_Pool` to store NFTs. The `mintNFT` function adds NFTs to the pool. `listNFTs` prints each NFT's details. `getTotalSupply` prints the total count of NFTs. After minting three NFTs, the functions display their details and total count.
aradhnasandhu
This JavaScript code manages movie NFTs. The NFTs array stores them. The mintNFT function adds new NFTs with metadata like movieName, directorName, globalReach, and releaseDate. The listNFTs function prints all NFTs' metadata, and getTotalSupply prints the total number of NFTs.
Prqkhar
This JavaScript program manages NFTs. It defines an array `nftcollect` to store NFTs. The `mintNFT` function creates and adds an NFT object to this array. The `listNFTs` function prints metadata of all NFTs. The `getTotalSupply` function returns the total number of NFTs. Example NFTs are created, listed, and the total is printed.
Romjan20
Here the JavaScript code defines functions to simulate creating and managing a collection of digital art NFTs. It includes a mintNFT function to create an NFT with metadata and store it in an array, a listNFTs function to print the metadata of all stored NFTs, and a getTotalSupply function to return the total number of NFTs created.
adityaGITHUB0218
1. Create a variable that can hold a number of NFT's. What type of variable might this be? 2. Create an object inside your mintNFT function that will hold the metadata for your NFTs. The metadata values will be passed to the function as parameters. When the NFT is ready, you will store it in the variable you created in step 1
All 30 repositories loaded