Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 921 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 921 Bytes

Mintos

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:

  1. Accessible to both devs and non-devs
  2. Deploy a NFT contract with couple of clicks
  3. Transfer NFTs to the users just by uploading a CSV file.
  4. Expand on the use of the contract by calling the contract functions

To run it Locally run the following commands in terminal-

  1. git clone https://github.com/mishramonalisha76/mintos
  2. npm install
  3. npm start
  4. run http://localhost:3000/ in browser.