Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 732 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 732 Bytes

MEW Web3 Extension Tester

MyEtherWallet's Web3 Extension tester for end-to-end testing and quality assurance.

https://enkryptcom.github.io/enkrypt-extension-tester/


Getting Started

  1. Open terminal

  2. Clone the repo: https://github.com/enkryptcom/enkrypt-extension-tester.git

  3. Run yarn install to install Node packages

  4. Run yarn build to create the build

  5. Run yarn serve

  6. App should be running on https://localhost:8080


Deploying

After making a change, please commit the new /dist directory and run yarn deploy in the package root directory to publish new changes.


Special thanks to MetaMask for providing the some of the code base.