-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Julian Y edited this page Apr 21, 2022
·
3 revisions
Forked from: https://github.com/MetaMask/metamask-extension
- Remove analytics
- Remove unused networks
- Removed lots of menu items like Swap, Buy
- Rebranded for Ubiq. Ubiq default network.
Add upstream (just done once):
git remote add upstream https://github.com/MetaMask/metamask-extension.git
Run:
git fetch upstream
git merge upstream/develop
Fix merge conflicts.
At a minimum, run:
nvm use
yarn setup
yarn lint
yarn lavamoat:auto