Skip to content

JRMaitre/buildspace-nft-course-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome 👋

To get started with this course, clone this repo and follow these commands:

  1. Run npm install at the root of your directory
  2. Run npm run start to start the project

How to deploy new version of the NFT minter end to end?

  1. In the Ethereum project, Run npm run deploy
  2. Check the logs and copy the ID after the line Contract deployed to: (eg:0xAa08E23A8671Fd524462B978068b00E774Cb4Cdd)
  3. Take that ID and go to the JS project
  4. In App.js replace the CONTRACT_ADDRESS with the ID you copied earlier
  5. Add the file to and push it to git, it will deploy a new version of the website immediately
  6. Go to https://nft-minter-jr.vercel.app/ and see the app!

About

This is the NFT Minting Course Start Project!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.7%
  • HTML 18.7%
  • CSS 17.6%