cesarsotovalero / pet-shop-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pet Shop DApp

This tutorial will take you through the process of building your first dapp---an adoption tracking system for a pet shop!

Requirements

  • npm
  • git
  • truffle (npm install -g truffle)

Compilation

truffle compile

Migration

truffle migrate

Testing

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.4%