Skip to content

juliancwirko/elrond-nft-minting-platform-poc

Repository files navigation

Elrond NFT Minting Platform POC

Development on this project has been stopped. Check why here: #3 (comment)

General open source tools: Elrond's Dev Guild

If you are searching for more advanced open source tooling for NFT launches, please check: elven.tools

also check out useful tools:

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

Elrond NFT Minting Platform POC is a replication of NFTs creation functionality only on the devnet. Using it, you can issue ESDT tokens for NFTs, create NFTs, displaying already created NFTs and transactions. All done using React tools from Elrond, which are in the early stage, but I am impressed that I could build a lot.

Local run

  • clone the repo
  • run yarn install
  • run cp .env.devnet.example .env.local (or if you need the testnet config cp .env.testnet.example .env.local)
  • run yarn start

What you need to play with it

  1. Create your wallet address using the devnet. You can do this here: devnet-wallet.elrond.com
  2. You would also need some xEGLD. 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 Elrond NFT Minting Platform POC
  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

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