Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create NFT #3

Open
Not-Wadu opened this issue May 25, 2022 · 4 comments
Open

Can't create NFT #3

Not-Wadu opened this issue May 25, 2022 · 4 comments

Comments

@Not-Wadu
Copy link

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
Copy link
Owner

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

  • it uses older frontend libraries
  • it doesn't use the smart contract integration
  • the code isn't as good as it should be, there were changes in the main erdjs SDK library
  • it is basically for reference

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
Copy link
Author

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
Copy link
Owner

juliancwirko commented May 25, 2022

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants