/pet-shop-Dapp

Primary LanguageJavaScriptMIT LicenseMIT

Pet Shop Adoption Dapp

Complete Dapp Tutorial propvided by Truffle suite.

Requirement:

  • npm
sudo apt install npm
  • node
sudo apt install nodejs
  • Truffle
npm install -g truffle

How to run:

Open the terminal in the project folder:

  • Compile the smart contract
truffle compile
  • Migrate the contract to the blockchain
truffle migrate
  • Test the contract
truffle test
  • Start the local web server
npm run dev