Skip to content

NODRAJ/block-extension

Repository files navigation

Block Wallet Extension

Guideline

See guideline

TL;DR

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

FAQ

  • 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.pub and copy the content.
    • Add the ssh key to github following this guide from step 2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published