Link to deployed project - https://mishramonalisha76.github.io/mintos/
Inspiration
We have been part of organizing events for users which can be a quiz competition or meme contest. And to every user, we wanted to mint a NFT as a proof of participation. Now, the problem is that we had to manually deploy contract and mint NFT for each of user. It was really painful and took lot of time and efforts.
What it does
The a3 main features of Mintos are:
- Accessible to both devs and non-devs
- Deploy a NFT contract with couple of clicks
- Transfer NFTs to the users just by uploading a CSV file.
- Expand on the use of the contract by calling the contract functions
To run it Locally run the following commands in terminal-
- git clone https://github.com/mishramonalisha76/mintos
- npm install
- npm start
- run http://localhost:3000/ in browser.