Skip to content

Latest commit

 

History

History
 
 

test-0.6.0-ABI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This test app was bootstrapped with Create React App.

To test

  1. Build out the Monorepo from root folder

    yarn
    
    
  2. Start ganache server from root.

    yarn ganache
    
    
  3. 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
    
    
  4. Open Test app and verify that you can change SimpleStorage's value without MetaMask intruding.