There was an error while loading. Please reload this page.
Forked from: https://github.com/MyCryptoHQ/MyCrypto
yarn validate
yarn test
yarn build
Add upstream (just done once):
git remote add upstream https://github.com/MyCryptoHQ/MyCrypto.git
Run:
git fetch upstream git merge upstream/master
Fix merge conflicts.
At a minimum, run:
nvm use yarn validate yarn test yarn build