ethereum-studio icon indicating copy to clipboard operation
ethereum-studio copied to clipboard

Invalid dappfile.json in CryptoPizza template

Open Spejbl opened this issue 5 years ago • 1 comments

Environment/Browser

Live

Description

Inside dappfile.json of CryptoPizza template, there are missing contracts from node_modules folder. The file in editor/templates/CryptoPizzas/dappfile.json should be updated to contain all contracts.

Steps to reproduce

  1. Create CryptoPizza project
  2. Check dappfile.json and it contains only CryptoPizza.sol contract and other contracts from node_modules folder are missing

Expected result

Dappfile should contain all contract files from explorer

Actual result

Not all contracts are defined and it's not possible to open configuration modal for those which aren't there.

Reproducible

100%

Spejbl avatar Nov 13 '19 10:11 Spejbl

Based on previous implementations, files added by Import File action are expected to get added to dappfile.json as soon as the Import button is pressed regardless of the import destination directory.

filippsen avatar Nov 14 '19 09:11 filippsen