See guideline
git clone git@github.com:block-wallet/extension.git
cd extension
git submodule update --init --recursive
make git/branch/checkout BRANCH=master
make install
cd packages/background && cp env.orig .env
cd ../provider && cp env.orig .env👉 Complete the variables value inside .env
-
git@github.com: Permission denied (publickey)
- Create an ssh key opening a terminal and using
ssh-keygen(you can press enter for every input). - In a terminal type
cat ~/.ssh/id_rsa.puband copy the content. - Add the ssh key to github following this guide from step 2.
- Create an ssh key opening a terminal and using