This test app was bootstrapped with Create React App.
-
Build out the Monorepo from root folder
yarn
-
Start ganache server from root.
yarn ganache
-
In another terminal, navigate to this project and deploy smart contracts, then start the dev app.
cd ui-tests/custom-provider yarn ganache:deploy yarn serve:ui
-
Open Test app and verify that you can change SimpleStorage's value without MetaMask intruding.