Skip to content

ronanren/NFT-minting-Dapp-Elrond

Repository files navigation

NFT-minting-Dapp-Elrond

NFT minting Dapp for Elrond Blockchain⚡

Preview

alt text

npm install
npm start

Create NFT

I use https://github.com/juliancwirko/nft-art-maker to making NFT and host them on IPFS with nft.storage

Deploy NFT

npm install elven-tools -g

Create wallet with https://wallet.elrond.com or https://devnet-wallet.elrond.com

You can claim faucet to have xEGLD to testing on devnet

Create pem key wallet

elven-tools derive-pem

Deploy NFT

elven-tools deploy nft-minter
elven-tools nft-minter issue-collection-token
elven-tools nft-minter set-roles
elven-tools nft-minter start-minting
elven-tools nft-minter shuffle

Configuration

Make sure that you have .env.local file: cp .env.devnet.example .env.local

There are examples are for the devnet and the testnet in separate files: .env.devnet.example and .env.testnet.example.

Dependencies:

Just a custom one, remember that there is an official dapp-template

Contact me:

About

NFT minting Dapp template for Elrond Blockchain⚡

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published