juliancwirko / elrond-nft-minting-platform-poc

Elrond NFT minting platform POC (Also check out: www.elven.tools)
https://elrond-nft-minting-platform-poc.netlify.app/
12 stars 11 forks source link

Can't create NFT #3

Open Not-Wadu opened 2 years ago

Not-Wadu commented 2 years ago

Hello, I am new to Elrond platform and I found your project, I set it up on devnet and I tried to create some nfts. First I created a wallet, I added some xEGLD, I created ESDT and then I tried to create an NFT...but it does not find my ESDT that I created( I checked the transactions and all of them are successful. Can you help me please?

juliancwirko commented 2 years ago

Hey, this project is not supported anymore, the reasons are:

The best would be to check the: www.elven.tools which provide the smart contract, CLI tool, and also Minter Dapp, all up to date.

Not-Wadu commented 2 years ago

and if I want to create nfts in my app based on images that I already have...what can I do ? or I have to do something to my pictures first ?

juliancwirko commented 2 years ago

Oh, ok, so for simple minting on your wallet, you can do the following:

  1. a transaction to issue the collection token (payment 0.05 EGLD (one time for the whole collection))
  2. a transaction to set roles
  3. a transaction to create the NFT

I would probably recommend you to check the following:

For dapp frontends, you can check:

As of this repo. You can, of course, check the code in this repo, but I don't recommend starting here because you can learn bad habits. The code is not updated. I will try to do something like that in: https://github.com/ElrondDevGuild

Not-Wadu commented 2 years ago

Thank you for the fast response, advices and the guideline.