- Clone git repository
npm i
- start ganache
truffle compile
truffle migrate
npm start
- open
localhost:3000
and in the input field enter an image link ending with .png or .jpg etc - click mint
- Refresh the page
- Bhoom your NFT is minted!!
Please run npm install on the terminal to download the appropriate packages already defined to the package.json file. Make sure you are in the source file.
**Please ensure you have downloaded the following additionally **
- Ganache
- Truffle (global installation)
- Metamask.io (hooked up on the browser)
To run the development server on a local host scripts: npm run start
For truffle tests and console please consult the official Truffle documentaion for updates.
Follow the course module on Udemy to build this project from the ground up: https://www.udemy.com/course/the-complete-solidity-course-blockchain-zero-to-expert/
Good luck and have fun!