shawntobin / create-azimuth-app

A template for react apps using azimuth login
3 stars 1 forks source link

Contract artifacts are all just empty objects #1

Open youfoundron opened 2 months ago

youfoundron commented 2 months ago

The compiled contract json artifacts in contracts/build are all just empty objects.

Normally I would expect to find abi's and bytecode in these json files.

Maybe you forgot to compile with truffle before publishing the module to npm?

youfoundron commented 2 months ago

Alternatively it seems adding azimuth-solidity as a dependency would fix this

shawntobin commented 2 months ago

These get populated if you deploy locally (yarn dev:local).