leomiassi / pet-shop-Dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 98.7%Language:HTML 0.9%Language:Solidity 0.3%