- Compile contract using truffle compile (in the bearNFT repo)
- Goto build folder and open Bear.json
- Copy the abi array
- Update src/contract/ABIs.js bearTokenABI = [abi_array_from_Bear.json]
- Run truffle migrate (bearNFT repo)
- Copy the contract address and update src/contract/contractAddress.js
- npm start and it should work