Elrond NFT POC

Login

This app is a result of learning and playing with Elrond blockchain and its tooling.

Github

This app is just a POC without using the Smart Contract. It is also built as a quick test, and for learning purposes, so it isn't perfect. It also uses an older and deprecated 'dapp' library. Search for the new one: 'dapp-core' or you can check complete minter dapp and more here:
👇 Elven Tools Smart Contract and CLI 👇

Elrond Minter Dapp Demo

More articles and tools:

- Tips on buying NFTs on the Elrond blockchain

- Elven Tools Workflows

- Building NFT related CLI tool with Elrond's JavaScript SDK

- Tools for automated NFT minting

The first version of the Smart Contract is ready! Works like candy machine. The second version will have raffle elements, so better fair distribution.

Check it out: elven-nft-minter-sc and there is also a CLI tool which will help with deployment and interactions elven-tools-cli

Also, check the nft-art-maker, elven-mint

What you need to play with the website on which you are:

1. Create your wallet address using the devnet. You can do this here: devnet-wallet.elrond.com

2. You would also need some xEGLD to play with. Go to the Elrond Devnet Faucet (I guess not an official tool, but it works well). You can also use an official one accessible from the devnet web wallet.

3. With wallet address and some xEGLD you can start playing with Elven Tools

4. Unlock it using web wallet json file and password or Maiar browser extension.

5. Then you can start creating NFTs.

If you want to contact me:

julian.cwirko@gmail.com

twitter.com/juliancwirko

github.com/juliancwirko

Also, check out my other learning resources and tools regarding Elrond blockchain:

- Smart Contract for Elrond and Arwen

- Simple user interface for Elrond Smart Contract

- Simple Smart Contract GitHub repository

- Frontend app utilizing simple Smart Contract

- Custom Elrond Dapp template for Create React App

- Elrond Smart Contracts - interacting using erdpy - walkthrough video

- Elrond Smart Contract frontend app - walkthrough video