CoffeeNbourbon / Truffel-Pet-Shop-Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truffel-Pet-Shop-Tutorial

Please visit https://trufflesuite.com/guides/pet-shop/

This box has all you need to get started with our Pet Shop tutorial.

Installation Install Truffle globally.

npm install -g truffle Download the box. This also takes care of installing the necessary dependencies.

truffle unbox pet-shop Run the development console.

truffle develop Compile and migrate the smart contracts. Note inside the development console we don't preface commands with truffle.

compile migrate Run the liteserver development server (outside the development console) for front-end hot reloading. Smart contract changes must be manually recompiled and migrated.

// Serves the front-end on http://localhost:3000 npm run dev

About

License:MIT License


Languages

Language:JavaScript 98.5%Language:HTML 0.8%Language:Solidity 0.7%Language:Makefile 0.0%