Skip to content

Shop Dapp for the Solidity Bootcamp by Blockchain at McGill

Notifications You must be signed in to change notification settings

BlockchainAtMcGill/bootcamp-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Pet Shop Truffle Box

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

Installation

  1. Install Truffle globally.

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

    truffle unbox pet-shop
  3. git clone or fork the repository.

    git clone https://github.com/BlockchainAtMcGill/bootcamp-shop.git
    cd bootcamp-shop
    
  1. Run the development console.

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

    compile
    migrate
  3. 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

NOTE: This box is not a complete dapp, but the starting point for the Pet Shop tutorial. You'll need to complete that for this to function.

FAQ

About

Shop Dapp for the Solidity Bootcamp by Blockchain at McGill

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published