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, …
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: …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …