Skip to content

elitex45/nft-marketplace-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT minting machine

How to get started

  1. Clone git repository
  2. npm i
  3. start ganache
  4. truffle compile
  5. truffle migrate
  6. npm start
  7. open localhost:3000 and in the input field enter an image link ending with .png or .jpg etc
  8. click mint
  9. Refresh the page
  10. Bhoom your NFT is minted!!

nft-marketplace-starter-kit

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 **

  1. Ganache
  2. Truffle (global installation)
  3. 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 54.7%
  • JavaScript 39.6%
  • HTML 4.9%
  • CSS 0.8%