You need to login in order to like this zkApp: click here
MinaFT MinaFT is the first NFT contract implementation on Mina Protocol. By implementing the ERC721 like contract on Mina Protocol, building zkApps and marketplaces on Mina Protocol will be much easier and developer friendly. The first NFT Contract in Mina comes with very basic but nice UI. By using this UI, everyone can create their own collection.
After that they can mint and send NFTs to any address on Mina. In the contract part, MinaFT is using off-chain storage and zkOracles. As Mina is the world’s lightest blockchain, there are some limitations to on-chain data. Complex data structures like mapping and objects should be off-chain, but verifiable. By using hash comparisons and zkOracles, verifiying off-chain data became more easy. In MinaFT, we mocked zkOracles and build an off-chain storage solution on Mina. The off-chain storage is happening on IPFS via nft.storage.
MinaFT We used snarkyjs library to implement zkApp’s smart contract in TypeScript. We deployed and tested the smart contract in node.js environment. In the UI part, we used React to build MinaFT’s user friendly interface. Also the most important part of the MinaFT is built on IPFS. Off-chain data storage is happening on IPFS by using nft.storage service.
MinaFT zkApp’in akıllı sözleşmesini TypeScript’te uygulamak için SnarkyJS (o1js) kütüphanesini kullandık. Akıllı sözleşmeyi node.js ortamına deploy ettik ve test ettik. UI bölümünde, MinaFT’nin kullanıcı dostu arayüzünü oluşturmak için React kullandık. Ayrıca MinaFT’nin en önemli kısmı IPFS üzerine inşa edilmiştir. Off chain veri depolama, nft.storage servisi kullanılarak IPFS üzerinde gerçekleşiyor. Daha fazla bilgi için buraya tıklayın >
Hindi
zkApp – मीनाFTMinaFT हमने टाइपस्क्रिप्ट में zkApp के स्मार्ट कॉन्ट्रैक्ट को लागू करने के लिए snarkyjs लाइब्रेरी का उपयोग किया। हमने node.js वातावरण में स्मार्ट अनुबंध को तैनात और परीक्षण किया। यूआई भाग में, हमने MinaFT के उपयोगकर्ता के अनुकूल इंटरफेस बनाने के लिए React का उपयोग किया। साथ ही MinaFT का सबसे महत्वपूर्ण हिस्सा IPFS पर बनाया गया है। nft.storage सेवा का उपयोग करके आईपीएफएस पर ऑफ-चेन डेटा स्टोरेज हो रहा है। अधिक जानकारी के लिए यहां क्लिक करें >