Hi managed to build the repo after the rimbleUi error by replacing PublicAddress by EthAddress. But now when I start the app using "npm run start". Then I also had to change "FALLBACK_WEB3_PROVIDER = process.env.REACT_APP_NETWORK || 'http://0.0.0.0:8545';" --- to 127.0.0.1:8545 The webpage loads up but I get an error on the console saying no local ganache found, when I have ganache running. node --version v12.14.1 npm --version 6.13.4 Mac Os
Hi managed to build the repo after the rimbleUi error by replacing PublicAddress by EthAddress.
But now when I start the app using "npm run start".
Then I also had to change "FALLBACK_WEB3_PROVIDER = process.env.REACT_APP_NETWORK || 'http://0.0.0.0:8545';" --- to 127.0.0.1:8545
The webpage loads up but I get an error on the console saying no local ganache found, when I have ganache running.
node --version
v12.14.1
npm --version
6.13.4
Mac Os