Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 420 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 420 Bytes

nft-marketplace

**Please ensure you have downloaded the following additionally **

  1. Ganache
  2. Truffle (global installation)
  3. Metamask.io (hooked up on the browser)

Run the following commands before yarn start

  1. yarn compile
  2. yarn migrate

To run the development server on a local host scripts: npm run start

For truffle tests and console please consult the official Truffle documentaion for updates.