Questions tagged [nft]

Non-fungible token - snippet of data (on a blockchain), used to certify properties of digital assets, e.g. creator or owner of an image.

A non-fungible token is a unit of data stored on a digital ledger, called a blockchain, that certifies a digital asset to be unique and therefore not interchangeable. NFTs can be used to represent items such as photos, videos, audio and other types of digital files. (from Wikipedia)

701 questions
-3
votes
1 answer

ERC-721, Setup developer fees on each transfer

I am building an NFT contract (ERC-721) on the Ethereum blockchain, I need to set up a fixed or percentage fee on each transfer/selling of NFT. Please guide
-3
votes
3 answers

insufficient funds for intrinsic transaction cost on test ropsten server

I'm trying to follow a tutorial to create an NFT: https://ethereum.org/en/developers/tutorials/how-to-write-and-deploy-an-nft/ I took a faucet here: https://faucet.metamask.io/ But when trying to mint the contract I get this error: λ npx hardhat…
Rija Cloud
  • 25
  • 1
  • 7
-3
votes
1 answer

How to display NFTs of Torus wallet?

I've successfully integrated the Torus wallet and now I am trying to display the NFTs that a person has in the wallet. I am doing it successfully with MetaMask but I am having troubles making it work with Torus. I am guessing I have a problem with…
-4
votes
1 answer

How to add Metaplex/Candymachine function to an existing website?

I'm hoping someone can point me in the right direction. I would like to add the Metaplex/candymachine function to an existing website that was originally built to work with metamask. Just trying to save myself from having to redo the website.…
Liz
  • 5
  • 1
-4
votes
1 answer

Error: Missing required argument count for minting. Please provide the argument in the mintParams

I am trying to implement crossmint-pay-button using javascript. I am using cdn link: https://unpkg.com/@crossmint/client-sdk-vanilla-ui@0.0.1-alpha.1/lib/index.global.js
Tushar kharat
  • 151
  • 1
  • 1
  • 9
-4
votes
2 answers

Whenever I try to run Chrome using selenium using Python I get this error

Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\BABA\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 1921, in __call__ return self.func(*args) File…
-4
votes
1 answer

Where is the owner of an nft is stored?

I know the nft is minting through a smart contract into the blockchain. But where is the owner wallet stored? and also changing the owner requires additionl smart contract?
1 2 3
46
47