Error: Cannot find module './contracts/contracts.js'.
35 | />
36 | <ContractLoader
37 | web3={web3}
> 38 | require={path => {return require(`${__dirname}/${path}`)}}
39 | onReady={(contracts)=>{
40 | console.log("contracts loaded",contracts)
41 | this.setState({contracts:contracts})
I'm not sure why but I can't seem to use ContractLoader
trying out the article https://medium.com/@austin_48503/%EF%B8%8Fclevis-blockchain-orchestration-682d2396aeef
with https://github.com/austintgriffith/broadcaster-example-dapp.git