MyEtherWallet's Web3 Extension tester for end-to-end testing and quality assurance.
https://enkryptcom.github.io/enkrypt-extension-tester/
-
Open terminal
-
Clone the repo:
https://github.com/enkryptcom/enkrypt-extension-tester.git
-
Run
yarn install
to install Node packages -
Run
yarn build
to create the build -
Run
yarn serve
-
App should be running on
https://localhost:8080
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.