/JustShop

Dapp Shop Application

Primary LanguageJavaScriptMIT LicenseMIT

JustShop

Dapp Shop Application

1. Install ipfs

2. Start the ipfs daemon

  1. ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "["*"]"
  2. ipfs daemon

3. Open ganache

4. Clone the project and install the dependencies npm i

5. Open another terminal in the project's folder and run:

truffle compile
truffle migrate

6. Run npm run dev

7. Open http://localhost:8081