arvindkalra/express-box

Remove metamask

7flash opened this issue · 3 comments

How metamask could be connected on backend?

truffle_connect.web3 = new Web3(web3.currentProvider);

metamask is a front-end wallet... It is not required, thus not used on the backend.

@pranav-singhal Exactly, so why do you try to detect metamask on backend?

I mean #8