Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliancwirko/elrond-nft-minting-platform-poc
Elrond NFT minting platform POC (Also check out: www.elven.tools)
https://github.com/juliancwirko/elrond-nft-minting-platform-poc
blockchain dapp elrond ipfs nfts smart-contracts web3
Last synced: 3 months ago
JSON representation
Elrond NFT minting platform POC (Also check out: www.elven.tools)
- Host: GitHub
- URL: https://github.com/juliancwirko/elrond-nft-minting-platform-poc
- Owner: juliancwirko
- Created: 2021-05-23T23:22:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T07:58:48.000Z (over 1 year ago)
- Last Synced: 2024-10-05T14:04:56.128Z (3 months ago)
- Topics: blockchain, dapp, elrond, ipfs, nfts, smart-contracts, web3
- Language: TypeScript
- Homepage: https://elrond-nft-minting-platform-poc.netlify.app/
- Size: 1.34 MB
- Stars: 12
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Elrond NFT Minting Platform POC
**Development on this project has been stopped. Check why here: https://github.com/juliancwirko/elrond-nft-minting-platform-poc/issues/3#issuecomment-1136872878**
**General open source tools:** [Elrond's Dev Guild](https://github.com/ElrondDevGuild)
**If you are searching for more advanced open source tooling for NFT launches, please check**: [elven.tools](https://www.elven.tools)
- [elrond-nft-minting-platform-poc live app](https://elrond-nft-minting-platform-poc.netlify.app/)
- [Elven Tools intro](https://www.youtube.com/watch?v=Jou5jn8PFz8)
- [PFP NFTs on the Elrond blockchain](https://www.julian.io/articles/pfp-nft-elrond-blockchain.html)also check out useful tools:
- [elven-tools-cli](https://github.com/juliancwirko/elven-tools-cli)
- [elven-mint](https://github.com/juliancwirko/elven-mint)
- [nft-art-maker](https://github.com/juliancwirko/nft-art-maker)This app is a result of learning and playing with [Elrond](https://elrond.com/) blockchain and its [tooling](https://github.com/ElrondNetwork).
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](https://devnet-wallet.elrond.com/)
2. You would also need some xEGLD. Go to the [Elrond Devnet Faucet](https://r3d4.fr/elrond/devnet) (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
- [email protected]
- [Twitter](https://twitter.com/theJulianIo)### Also, check out my other learning resources and tools regarding Elrond blockchain
- [Smart Contract for Elrond and Arwen](https://www.julian.io/articles/elrond-smart-contracts.html)
- [Simple user interface for Elrond Smart Contract](https://www.julian.io/articles/elrond-dapp-ui.html)
- [Simple Smart Contract GitHub repository](https://github.com/juliancwirko/elrond-simple-sc)
- [Frontend app utilizing simple Smart Contract](https://github.com/juliancwirko/elrond-simple-sc-frontend-app)
- [Custom Elrond Dapp template for Create React App](https://github.com/juliancwirko/cra-template-elrond-dapp)
- [Elrond Smart Contracts - interacting using erdpy - walkthrough video](https://youtu.be/mIsNI7ZxQRM)
- [Elrond Smart Contract frontend app - walkthrough video](https://youtu.be/Sjpj7Btasgs)