NFTs

Our NFT platform holds answers from authors of the asked question is which they can be purchased and owned. The primary market is for selling rights from authors and the secondary is reselling

  • Minting - All NFTs are created and uploaded to the IPFS storage and secured by blockchain. Only allowed users can mint tokens. That means that there is a granting procedure that verifies an NFT creator candidate and grants him permission of creating NFT.

  • Listing - When NFTs are minted on our platform it is generally ready for sale unless a direct question is sent in which the NFT is then owned by the sender. Minted NFT is visible for all to see but the answers and media is only available to the owner.

  • Gas Fees - Each time you execute the contracts on the Ethereum blockchain, you pay the miners that own the computer hardware doing that computation. That means that each transaction is charged. The transaction name is the Gas Fee.

  • Authorisation - The Authorisation in the system is made by a wallet address. The system recognises owners and sellers of NFTs granting them roles in which they can only partake in with the NFT.

  • Smart contracts - A creation of NFT is developed according to the following standards: ERC-721 - standard for single tokens

  • Frontend - Wallet’s integration to the platform is implemented via Metamask. Web3.js library is used for connecting to Metamask and smart contracts Infura is used for uploading and managing NFTs on IPFS.

Last updated