UPDATE: Bulk Mint Your NFTs or SBTs to Kingdom Come
We have finally released our bulk minting feature that elevates you to the next level in token minting with zero coding. You can now create multiple NFTs or SBTs tokens in one blockchain transaction. Essentially, you can issue tokens to many wallet addresses. We have …
UPDATE: Create As Many Smart Contracts As You Want
Now you can create as many smart contracts as you want. We just updated our platform to empower you to do this. Each wallet address can hold multiple contracts but you just need to spend the gas fees. This means you can create countless ERC20 …
UPDATE: Now You Can Issue NFT or SBT Directly to a Wallet
We just updated our platform to enable you to directly mint NFT (non-fungible token) or SBT (soulbound token) for a third-party wallet. This means instead of having to issue a token to your own wallet and subsequently transferring it to another wallet address, you can …
MAJOR UPDATE: We Added ERC1155 Support Three Weeks Ahead of Schedule
Due to popular demand, we’ve added ERC1155 support on Mintnite. This is done three weeks ahead of its original schedule. You can now create ERC1155 contracts with fungible and non-fungible tokens using the same simple UI on our dapp. We’ve also added more convenience for …
Real-World ERC1155 Use Case – Loyalty Program (Detailed Guide)
Even though ERC1155 was invented to serve blockchain-based games, there are other means of use for this token standard that offers fungible and non-fungible tokens under one smart contract. Its fungible token feature enables us to mint tokens similar to ERC20 tokens that are widely …
How to Verify Ownership Of a Blockchain Wallet
Verifying a person’s blockchain wallet typically involves verifying ownership or control of the wallet address associated with their identity. Message signing is probably the most common and robust method to check if someone actually owns a wallet address that they claimed they own. This method …
Code a Soulbound Token (SBT) — Tutorial With Full Source Code
As the name implies, a soulbound token (SBT) is a type of non-fungible token (NFT) token that is bounded to a person’s soul. This means, in blockchain context, this unique NFT token should not leave the holder’s wallet. However, during the token minting process, you …
What is Blockchain Notarization And Why Notary Public Should Care
According to the National Notary Association of the United States, notarization is defined as… …the official fraud-deterrent process that assures the parties of a transaction that a document is authentic, and can be trusted. This basically means someone trained as a notary acts as a …
Bulk Mint NFTs and SBTs Without Coding – A Complete Tutorial
This step-by-step tutorial will guide you on how to create multiple non-fungible tokens (NFT) or soulbound tokens (SBT) under one blockchain transaction, all without programming. This one-shot-one-kill method is meant to save you gas fees and effort, made possible by Mintinite – a free-to-use Web3 …
We’re Proud to Support 24 Blockchains
UPDATE (Aug 5): We welcomed six more chains to our family of supported networks – Cronos, Klatyn, Harmony, Oasis, Flare and Kava. In the spirit of proliferating the power of blockchain for the greater good of mankind, we’re proud to announce that Mintnite is compatible …
UPDATE: Now You Can Mint Many NFTs for Multiple Wallets At Once
We achieved a compelling milestone today by elevating our dapp to allow the process of minting multiple NFTs for multiple wallets under one blockchain transaction. To experience this, create an ERC721 NFT smart contract and upload the number of files you wish to store inside …
UPDATE: Mint Multiple Soulbound Tokens (SBTs) for Multiple Wallets At Once
We now further empower you to bulk mint soulbound tokens (SBTs) for many wallets under one single blockchain transaction, just after we enabled our bulk minting feature for NFTs. This milestone means you could deploy an ERC721 contract on our platform and conveniently create multiple …
UPDATE: We Just Released ERC721 SBT Contract With Access Control
We’re glad to announce another significant update where you can now deploy soulbound smart contract that allows you to mint and transfer tokens to wallet holders, as well as burn their tokens in their wallets. This contract is exactly the same as ERC721 NFT contract …
Create Soulbound Tokens (SBT) Without Coding
A step-by-step tutorial on how to mint SBT tokens without programming. Soulbound token is still in its infancy in the blockchain fraternity. But if you wish to be the early bird that catches the worm, this hands-on tutorial explains how you can mint this revolutionary …
What Is NFT Coupon and How It Can Prevent Fraud
Discover how NFT can potentially revolutionize the coupon industry and prevent fraud. I had the opportunity to witness a coupon fraud happening before my eyes. I was at a checkout queuing while a couple in front of me was trying to redeem a rather thick …
Mintnite Wins Two Prizes At Fantom and Rootstock Hackathons
We’re happy to announce our recent wins at two Web3 hackathons – Fantom Hackathon Q2 2023 and Rootstock: Scaling Bitcoin Hackathon. Mintnite won two honorable mentions within a span of a couple of weeks and is proud to be one of the 1100 participants in …
List of Our Verified Smart Contracts With Their Source Code
Here’s the list of the smart contracts that we verified with their source code. You could use the code below to verify your contracts once you deployed them. ERC20 Contract: https://goerli.etherscan.io/address/0x30894c1e11e26da79c5c56e1d5b7b4820f6249fc#code Code: https://github.com/Mintnite/contracts/blob/main/ERC20Contract.sol ERC721NFT Contract: https://goerli.etherscan.io/address/0xaccfa20d0ab001868ef5d9fa8dbcfeec878dcb30#code Code: https://github.com/Mintnite/contracts/blob/main/ERC721NFT.sol ERC721SBT Contract: https://goerli.etherscan.io/address/0x4d0782dd93f942226a25acf88d94e0d528d789ff#code Code: https://github.com/Mintnite/contracts/blob/main/ERC721SBT.sol ERC1155 Contract: …
Create Decentralized ID Without Coding In 5 Minutes
The utilization of zero-knowledge proof in supporting a decentralized identity (DID) solution encounters challenges due to its inherent inability to share Personally Identifiable Information (PII), such as an individual’s name, social security number, or date of birth. Consequently, existing DID solutions like Polygon ID, Dock.io, …