Skip to content

SiteBldrs/SCM-Starter

 
 

Repository files navigation

Starter Next/Hardhat Project

After cloning the github, you will want to do the following to get the code running on your computer.

  1. Inside the project directory, in the terminal type: npm i
  2. Open two additional terminals in your VS code
  3. In the second terminal type: npx hardhat node

Did some changes

  1. In the third terminal, type: npm run all, this would compile the contract and the deploy the contract locally
  2. Back in the first terminal, type npm run dev to launch the front-end.

After this, the project will be running on your localhost. Typically at http://localhost:3000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.3%
  • Solidity 30.7%